This commit is contained in:
duan
2024-05-23 13:50:20 +08:00
parent d0cf4a5cc6
commit ac11e4fcc0
3 changed files with 59 additions and 21 deletions

View File

@@ -71,6 +71,10 @@ export default {
shopUserInfo(data) {
return uni.api.get("/user/shopUserInfo", data);
},
// 优惠券数量
userCoupon(data) {
return uni.api.get("/user/userCoupon", data);
},
// 优惠加倍
yhqDouble(data) { //查询订单支付状态
return uni.api.post("/order/yhqDouble", data);