[更新]
This commit is contained in:
@@ -53,7 +53,10 @@ const unicom = (mobile, channel, code) => req({url: "unicom/get", method: "POST"
|
||||
const merchant_card = (coupon_id) => req({url: "coupons/merchant_card", method: "GET", data:{coupon_id : coupon_id}})
|
||||
|
||||
// 获取商家券信息
|
||||
const washcarBuy = () => req({url: "washcar/create"})
|
||||
const washcarBuy = (welfare_id, right_id, qty, address_id) => req({url: "washcar/create", data:{welfare_id : welfare_id, right_id : right_id, qty : qty, address_id : address_id || ''}})
|
||||
|
||||
// 收银台提交
|
||||
const washcarCreate = (welfare_id, right_id, qty, address_id, is_deliver) => req({url: "washcar/create", method: "POST", data:{welfare_id : welfare_id, right_id : right_id, qty : qty, address_id : address_id || '', is_deliver : is_deliver}})
|
||||
|
||||
export default({
|
||||
index,
|
||||
@@ -73,5 +76,6 @@ export default({
|
||||
send,
|
||||
unicom,
|
||||
merchant_card,
|
||||
washcarBuy
|
||||
washcarBuy,
|
||||
washcarCreate
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user