修改下单接口,秒杀下单兼容

msb_beta
ch 3 years ago
parent c4fad44718
commit e146bb4858

@ -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));

Loading…
Cancel
Save