diff --git a/src/tool/https.js b/src/tool/https.js index ac775971..f88c16ca 100644 --- a/src/tool/https.js +++ b/src/tool/https.js @@ -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) {