mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 09:25:53 +08:00
商家端保存商品列表筛选条件
This commit is contained in:
@@ -255,7 +255,7 @@ export const getGoodsListDataByStockSeller = params => {
|
||||
export const getGoods = id => {
|
||||
return getRequest(`/goods/get/${id}`);
|
||||
};
|
||||
// 上架商品
|
||||
// 上架商品
|
||||
export const upGoods = params => {
|
||||
return putRequest(`/goods/up`, params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user