From 9fd8eafe520136323e4c6820c16ad164fa93fdad Mon Sep 17 00:00:00 2001 From: jhx <133451314@qq.com> Date: Tue, 23 Aug 2022 13:55:46 +0800 Subject: [PATCH] update --- app/controller/Index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controller/Index.php b/app/controller/Index.php index a48348d..dad3b58 100644 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -12,10 +12,9 @@ class Index public function test() { - echo 'test'; + return 'test'; } - public function index(Request $request, $checkIp = null) { $ip = $request->getRealIp();