修改接口地址

This commit is contained in:
duan
2024-05-15 16:56:29 +08:00
parent 8b3dd745ac
commit 9c25679656
8 changed files with 51 additions and 19 deletions

View File

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