From d2173816ae935a7e75544712e7bd66b3e960badf Mon Sep 17 00:00:00 2001 From: xucong <850806214@qq.com> Date: Sat, 18 Apr 2026 14:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/Index.php b/app/api/controller/Index.php index 05e9234a..19be0668 100644 --- a/app/api/controller/Index.php +++ b/app/api/controller/Index.php @@ -9,7 +9,7 @@ use app\common\server\JsonServer; class Index extends Api { - public $like_not_need_login = ['index', 'indexCategory', 'config','copyright','city','geocoder']; + public $like_not_need_login = ['index','hotCity', 'indexCategory', 'config','copyright','city','geocoder']; // 首页 public function index()