增加商品列表和更新商品状态接口
This commit is contained in:
@@ -484,7 +484,8 @@ export const Https = {
|
||||
getSellerOrderList: '/seller/order/page', // 获取卖家订单列表
|
||||
getListingPopup: '/seller/listing/popup/check', // 获取是否勾选发布作品提示
|
||||
setListingPopup: '/seller/listing/popup/set', // 设置是否勾选发布作品提示
|
||||
|
||||
getListingList: '/seller/listing/page', // 获取商品列表,发布和未发布
|
||||
putListingStatus: '/seller/listing/status', // 更新商品状态
|
||||
},
|
||||
|
||||
axiosGet(url, config, pathParams) {
|
||||
|
||||
Reference in New Issue
Block a user