From 35c65a7cb3ba85369de3ac08c8fc323834c9f99d Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 02:29:37 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DupdateOrderStatus?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BD=8D=E7=BD=AE=EF=BC=8Cdata=E5=BA=94?= =?UTF-8?q?=E4=BD=9C=E4=B8=BA=E7=AC=AC=E5=9B=9B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/order.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/order.js b/src/api/order.js index d11a6f4..0a1b3bc 100644 --- a/src/api/order.js +++ b/src/api/order.js @@ -57,7 +57,7 @@ export default { * 更新订单状态 */ updateOrderStatus(id, status) { - return api.request(`/orders/${id}/status`, 'PUT', { status }) + return api.request(`/orders/${id}/status`, 'PUT', {}, { status }) }, /**