From 0f031d9d7218329c86e4751e09c89ebc44ddce02 Mon Sep 17 00:00:00 2001 From: zhulan Date: Wed, 17 Jul 2024 10:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9index.php2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')