feat: 获取推荐商品
parent
5a3a70227e
commit
cca67c9962
|
@ -26,7 +26,8 @@ use think\facade\Validate;
|
|||
|
||||
class Goods extends Api
|
||||
{
|
||||
public $like_not_need_login = ['getGoodsDetail', 'getHotList', 'getGoodsList', 'getGoodsListTemplate', 'getGoodsListByColumnId'];
|
||||
public $like_not_need_login = ['getGoodsDetail', 'getHotList', 'getGoodsList', 'getGoodsListTemplate',
|
||||
'getGoodsListByColumnId', 'getRecommendGoods'];
|
||||
|
||||
/**
|
||||
* 商品详情
|
||||
|
|
Loading…
Reference in New Issue