[更新]
This commit is contained in:
@@ -73,6 +73,9 @@ 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 washcarCoupon = (coupon) => req({url: "washcar/" + coupon + "/info",method: "POST"})
|
||||
|
||||
//首页轮播-跳转本页面 --业务数据查看
|
||||
const busineSee = (business) => req({url: "business/" + business})
|
||||
|
||||
@@ -107,6 +110,7 @@ export default({
|
||||
fridayInfo,
|
||||
fridayPay,
|
||||
washcarUrl,
|
||||
washcarCoupon,
|
||||
busineSee,
|
||||
busineForm,
|
||||
subscribe
|
||||
|
||||
Reference in New Issue
Block a user