回复搜索

This commit is contained in:
JaguarJack
2020-06-30 07:36:38 +08:00
parent 7dedec17d9
commit 16a19312a9
3 changed files with 59 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
<?php
namespace catchAdmin\cms\controller;
use catcher\base\CatchController;
use catcher\CatchResponse;
class TestController extends CatchController
{
public function index()
{
return CatchResponse::success('Hello CatchAdmin');
}
}