mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
商家端优化库存预警,管理端 商家端隐藏所有促销活动的删除按钮
This commit is contained in:
@@ -231,6 +231,13 @@ export const updateGoodsSkuStocks = params => {
|
||||
"Content-Type": "application/json"
|
||||
});
|
||||
};
|
||||
// 更新商品库存预警
|
||||
export const updateGoodsAlertStocks = params => {
|
||||
return putRequest("/goods/goods/update/alert/stocks", params, {
|
||||
"Content-Type": "application/json"
|
||||
});
|
||||
};
|
||||
|
||||
// 获取商品分页列表
|
||||
export const getGoodsListDataSeller = params => {
|
||||
return getRequest("/goods/goods/list", params);
|
||||
|
||||
Reference in New Issue
Block a user