详情开发
This commit is contained in:
@@ -48,6 +48,10 @@ export default {
|
||||
paymemeberIn(data) { //充值
|
||||
return uni.api.post("/pay/memeberIn", data);
|
||||
},
|
||||
// 支付
|
||||
payOrderPay(data){
|
||||
return uni.api.post("/pay/orderPay", data);
|
||||
},
|
||||
paymodfiyOrderInfo(data) { //查询订单支付状态
|
||||
return uni.api.post("/pay/modfiyOrderInfo", data);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user