From 4197e2fd2bf10a44e3cc9d0457967911d6129de6 Mon Sep 17 00:00:00 2001
From: heshupeng <hsp@bronet.cn>
Date: Wed, 25 Nov 2020 17:43:58 +0800
Subject: [PATCH] bug修改

---
 application/api/controller/Index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/api/controller/Index.php b/application/api/controller/Index.php
index 80d7a6c..0acb8f0 100644
--- a/application/api/controller/Index.php
+++ b/application/api/controller/Index.php
@@ -17,7 +17,7 @@ use app\common\controller\Api;
  */
 class Index extends Api
 {
-    protected $noNeedLogin = ['*'];
+    protected $noNeedLogin = ['categoryList','factoryList','jobList','jobInfo','agentContent'];
     protected $noNeedRight = ['*'];
 
     /**
--
libgit2 0.24.0