正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -19,7 +19,7 @@ use app\index\model\Store; | @@ -19,7 +19,7 @@ use app\index\model\Store; | ||
19 | 19 | ||
20 | class Goods extends Frontend | 20 | class Goods extends Frontend |
21 | { | 21 | { |
22 | - protected $noNeedLogin = ['index','detail']; | 22 | + protected $noNeedLogin = ['index','detail','goods_list','get_all','get_one']; |
23 | protected $noNeedRight = ['*']; | 23 | protected $noNeedRight = ['*']; |
24 | 24 | ||
25 | public function _initialize() | 25 | public function _initialize() |
-
请 注册 或 登录 后发表评论