Merge branch 'gyq' of https://newgitea.sxczgkj.cn/czg_team/cashier_wx into ymf
This commit is contained in:
@@ -112,4 +112,31 @@ export const APIshopUsercode = (data) => {
|
||||
method: 'get',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取当前店铺会员信息
|
||||
export const getCouponShops = (data) => {
|
||||
return request({
|
||||
url: urlMarket + '/user/coupon/shops',
|
||||
method: 'get',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 优惠券弹窗
|
||||
export const getCouponPopup = (data) => {
|
||||
return request({
|
||||
url: urlMarket + '/user/coupon/popUp',
|
||||
method: 'get',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 优惠券弹窗领取
|
||||
export const receivePopUp = (data) => {
|
||||
return request({
|
||||
url: urlMarket + '/user/coupon/receivePopUp',
|
||||
method: 'get',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user