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.
36 lines
278 B
36 lines
278 B
4 months ago
|
<?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;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|