支付联调

This commit is contained in:
duan
2024-05-22 15:06:09 +08:00
parent 75ac4e967c
commit 925e2027e2
6 changed files with 178 additions and 81 deletions

View File

@@ -67,6 +67,10 @@ export default {
paymodfiyOrderInfo(data) { //查询订单支付状态
return uni.api.post("/pay/modfiyOrderInfo", data);
},
// 获取余额
shopUserInfo(data) {
return uni.api.get("/user/shopUserInfo", data);
},
// 优惠加倍
yhqDouble(data) { //查询订单支付状态
return uni.api.post("/order/yhqDouble", data);