作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

bug修改

@@ -17,7 +17,7 @@ use app\common\controller\Api; @@ -17,7 +17,7 @@ use app\common\controller\Api;
17 */ 17 */
18 class Index extends Api 18 class Index extends Api
19 { 19 {
20 - protected $noNeedLogin = ['*']; 20 + protected $noNeedLogin = ['categoryList','factoryList','jobList','jobInfo','agentContent'];
21 protected $noNeedRight = ['*']; 21 protected $noNeedRight = ['*'];
22 22
23 /** 23 /**