This commit is contained in:
tsf 2024-04-26 10:44:12 +08:00
parent e37ffd5c70
commit 375ca6797c
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
<?php
namespace app\admin\controller;
use think\Controller;
use think\Db;
use app\bj\controller\Common;
use think\Log;
use \think\Validate;
class Text extends Controller{
public function demo(){
echo '你好';
}
}