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

bug修改

@@ -17,7 +17,7 @@ use think\Db; @@ -17,7 +17,7 @@ use think\Db;
17 */ 17 */
18 class Index extends Api 18 class Index extends Api
19 { 19 {
20 - protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage']; 20 + protected $noNeedLogin = ['index','examList','newsList','newsInfo','startupPage','agreement'];
21 protected $noNeedRight = ['*']; 21 protected $noNeedRight = ['*'];
22 22
23 public function _initialize() 23 public function _initialize()