王总上门按摩后台代码
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.
 
 
 
 
 

35 lines
278 B

<?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;
}
}