代码提交
This commit is contained in:
@ -149,8 +149,8 @@ export function orderExpress(data) {
|
||||
export const wechatPay = (data) => api.post(`/order/pay`, data)
|
||||
|
||||
/**
|
||||
* 检查h5支付
|
||||
* 检查支付
|
||||
* @param data
|
||||
* @returns {*}
|
||||
*/
|
||||
export const checkH5Pay = (data) => api.post(`/order/pay/orderQuery`, data)
|
||||
export const checkPay = (data) => api.post(`/order/pay/orderQuery`, data)
|
||||
|
Reference in New Issue
Block a user