修改接口地址
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
},
|
||||
// 支付
|
||||
payOrderPay(data){
|
||||
return uni.api.post("/pay/orderPay", data);
|
||||
return uni.api.post("/pay/groupOrderPay", data);
|
||||
},
|
||||
paymodfiyOrderInfo(data) { //查询订单支付状态
|
||||
return uni.api.post("/pay/modfiyOrderInfo", data);
|
||||
|
||||
Reference in New Issue
Block a user