From 9dc25ddcedd24899edeb0150856f77f5d6b6b319 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Mon, 27 Apr 2026 11:41:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=92=8C=E6=9B=B4=E6=96=B0=E5=95=86=E5=93=81=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tool/https.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {