You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
namespace app\massage\controller;
|
|
|
|
use think\App;
|
|
require_once("keygen.php");
|
|
|
|
class Test
|
|
{
|
|
|
|
public function test(){
|
|
|
|
echo 1;exit;
|
|
}
|
|
|
|
|
|
|
|
|
|
public function test1(){
|
|
|
|
echo 3;exit;
|
|
}
|
|
|
|
|
|
|
|
public function test2(){
|
|
|
|
echo 3;exit;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|