This commit is contained in:
魏啾
2024-05-22 15:14:46 +08:00
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);