From 773069592bc10a705b210bcd3e4e2688e4925f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 4 May 2023 09:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/order.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/system/order.js b/src/api/system/order.js index 1e9dd32..c208195 100644 --- a/src/api/system/order.js +++ b/src/api/system/order.js @@ -28,7 +28,6 @@ export function appointmentOrderDetails(id) { // 确定按钮 export function xylWeChatRefundNotify(data) { return request({ - url: '/nurseApp/weChatPayment/weChatRefundOrderApply', method: 'post', data: data @@ -77,4 +76,4 @@ export function getPersonInfo(nurseStationPersonId) { url: `/system/appointmentOrder/getPersonInfo?nurseStationPersonId=${nurseStationPersonId}`, method: 'get' }) -} \ No newline at end of file +}