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:
@@ -239,7 +239,7 @@ export const updatePointsGoods = params => {
|
||||
};
|
||||
// 修改积分商品状态
|
||||
export const editPointsGoodsStatus = (id, params) => {
|
||||
return putRequest(`/promotion/pointsGoods/${id}`, params);
|
||||
return putRequest(`/promotion/pointsGoods/status/${id}`, params);
|
||||
};
|
||||
// 删除积分商品
|
||||
export const deletePointsGoodsStatus = id => {
|
||||
|
||||
Reference in New Issue
Block a user