diff --git a/app/controller/Index.php b/app/controller/Index.php index 7d65009..1283d78 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -8,7 +8,7 @@ class Index extends BaseController { public function index() { - return 'index111111测试'; + return 'index111111测试222222'; } public function hello($name = 'ThinkPHP8')