You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
400 B

export default {
// -- 领取优惠券 --
giveCoupon: {
method: 'PUT',
url: '/mall/web/coupon/receive',
},
// -- 获取优惠券信息 --
getCouponInfo: {
method: 'GET',
url: '/mall/web/coupon/:batchNo',
},
//推荐用户
sourceUser: {
method: 'POST',
url: '/mall/web/recommend/:sourceUserId',
}
}