mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
推荐直播间,修改部分代码,新增劵活动一些部分
This commit is contained in:
@@ -14,7 +14,7 @@ export const getPromotionSeckill = params => {
|
||||
|
||||
// 是否推荐直播间
|
||||
export const whetherStar = params => {
|
||||
return getRequest(`/broadcast/studio/id/${params.id}&recommend=${params.recommend}`);
|
||||
return putRequest(`/broadcast/studio/recommend/${params.id}`,params);
|
||||
};
|
||||
|
||||
// 添加优惠券活动
|
||||
|
||||
Reference in New Issue
Block a user