From e146bb4858224cbd5a736e29bb286f77dd559ab6 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 19 Apr 2022 11:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E5=8D=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3,=E7=A7=92=E6=9D=80=E4=B8=8B=E5=8D=95=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/api/order.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/api/order.js b/common/api/order.js index 5b8a587..faeda26 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-29 17:38:17 * @LastEditors: ch - * @LastEditTime: 2022-04-19 10:55:44 + * @LastEditTime: 2022-04-19 11:10:55 * @Description: file content */ import {ToAsyncAwait, MsbRequestTk} from '@/common/utils'; @@ -75,7 +75,7 @@ export const ApiPutCancelOrder = (data) => */ export const ApiPostWxPay = (data) => // ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/pay/wxPay/app`, data)); - ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/pay/payTest`, data)); + ToAsyncAwait(MsbRequestTk.get(`${BASE_URL}/pay/payTest`, data));