[周五福利订阅]
This commit is contained in:
@@ -73,6 +73,15 @@ const fridayPay = (trade_no) => req({url: "payments/welfare/wechat",method: "POS
|
||||
//洗车券-获取跳转地址
|
||||
const washcarUrl = (welfare_id, right_config_id) => req({url: "washcar/infourl", data: {welfare_id: welfare_id, right_config_id: right_config_id}})
|
||||
|
||||
//首页轮播-跳转本页面 --业务数据查看
|
||||
const busineSee = (business) => req({url: "business/" + business})
|
||||
|
||||
//首页轮播-跳转本页面 --业务数据预约表单
|
||||
const busineForm = (business_id, business_item_id, type, mobile, username) => req({url: "business/create",method: "POST", data: {business_id: business_id, business_item_id: business_item_id, type: type, mobile: mobile, username: username}})
|
||||
|
||||
//订阅
|
||||
const subscribe = (subscribe) => req({url: "wechat/" + subscribe + "/welfare_subscribe",method: "POST"})
|
||||
|
||||
export default({
|
||||
index,
|
||||
choice,
|
||||
@@ -97,5 +106,8 @@ export default({
|
||||
newidxCity,
|
||||
fridayInfo,
|
||||
fridayPay,
|
||||
washcarUrl
|
||||
washcarUrl,
|
||||
busineSee,
|
||||
busineForm,
|
||||
subscribe
|
||||
})
|
||||
|
||||
@@ -38,7 +38,7 @@ const jssdk = (coupon_id) => req({url: "coupons/jssdk?coupon_id=" + coupon_id})
|
||||
const cards = (code, pass) => req({url: "user/cards/activate", method: "POST", data:{code : code, pass : pass}})
|
||||
|
||||
// 积分账变记录
|
||||
const logs = (type, page) => req({url: "account/logs", data:{type : type, page : page}})
|
||||
const logs = (type, channel, page) => req({url: "account/logs", data:{type : type, channel: channel, page : page}})
|
||||
|
||||
// 冻结列表
|
||||
const ungrants = (type,) => req({url: "account/ungrants", data:{type : type}})
|
||||
|
||||
Reference in New Issue
Block a user