...
|
...
|
@@ -16,7 +16,7 @@ use app\common\model\UserSize; |
|
|
*/
|
|
|
class Index extends Api
|
|
|
{
|
|
|
protected $noNeedLogin = ['index','searchGoodsList','categoryList','goodsList','memberGoodsList','goodsInfo','appraiseList','specList'];
|
|
|
protected $noNeedLogin = ['index','searchGoodsList','categoryList','goodsList','memberGoodsList','goodsInfo','appraiseList','styleList','specData'];
|
|
|
protected $noNeedRight = ['*'];
|
|
|
|
|
|
public function _initialize()
|
...
|
...
|
|