From 7a7fbd4015c5ede033f062ccbad32a6af85bf29a Mon Sep 17 00:00:00 2001 From: bootx Date: Tue, 30 Jan 2024 22:06:52 +0800 Subject: [PATCH] =?UTF-8?q?style=20=E8=AF=B7=E6=B1=82=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/payment/order/pay/PayOrder.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/payment/order/pay/PayOrder.api.ts b/src/views/payment/order/pay/PayOrder.api.ts index 2231b4842..d1bb29777 100644 --- a/src/views/payment/order/pay/PayOrder.api.ts +++ b/src/views/payment/order/pay/PayOrder.api.ts @@ -58,7 +58,7 @@ export function getChannel(id) { */ export function syncById(id) { return defHttp.post>({ - url: '/order/pay/sync', + url: '/order/pay/syncById', params: { id }, }) }