diff --git a/src/common/api/pay.js b/src/common/api/pay.js index 93ac043..448146c 100644 --- a/src/common/api/pay.js +++ b/src/common/api/pay.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-07-09 16:27:57 * @LastEditors: ch - * @LastEditTime: 2022-07-09 18:29:05 + * @LastEditTime: 2022-07-12 14:43:47 * @Description: file content */ @@ -23,4 +23,4 @@ export const ApiGetOrderInfo = ({payOrderNo}) => * @param {*} data */ export const ApiPostH5Pay = (data) => - ToAsyncAwait(MsbRequest.put(`payCenter/payCenter/cashierPay`, data)); \ No newline at end of file + ToAsyncAwait(MsbRequest.put(`/payCenter/payCenter/cashierPay`, data)); \ No newline at end of file diff --git a/src/pages/wapPay.vue b/src/pages/wapPay.vue index 5a6c35c..439e309 100644 --- a/src/pages/wapPay.vue +++ b/src/pages/wapPay.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-07-08 11:46:30 * @LastEditors: ch - * @LastEditTime: 2022-07-12 14:29:22 + * @LastEditTime: 2022-07-12 14:44:17 * @Description: file content -->