正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -22,7 +22,7 @@ use app\common\model\Attachment; | @@ -22,7 +22,7 @@ use app\common\model\Attachment; | ||
22 | */ | 22 | */ |
23 | class Almighty extends Api | 23 | class Almighty extends Api |
24 | { | 24 | { |
25 | - protected $noNeedLogin = ['']; | 25 | + protected $noNeedLogin = ['questionList','questionInfo']; |
26 | protected $noNeedRight = ['*']; | 26 | protected $noNeedRight = ['*']; |
27 | 27 | ||
28 | public function _initialize() | 28 | public function _initialize() |
-
请 注册 或 登录 后发表评论