| | |
| | | |
| | | /* 获取刷卡活动信息 */ |
| | | export const activityInfo = (params, config = {}) => http.get(URL + |
| | | '/service-merchant/v1/web/monthBrush/info', params, config) |
| | | '/payfour-merchant/v1/web/monthBrush/info', params, config) |
| | | /* 参与活动 */ |
| | | export const signActivity = (params, config = {}) => http.get(URL + |
| | | '/service-merchant/v1/web/monthBrush/sign', params, config) |
| | | '/payfour-merchant/v1/web/monthBrush/sign', params, config) |
| | | /* 获取用户参与信息 */ |
| | | export const myBrushDetail = (params, config = {}) => http.get(URL + |
| | | '/service-merchant/v1/web/monthBrush/myBrushDetail', params, config) |
| | | '/payfour-merchant/v1/web/monthBrush/myBrushDetail', params, config) |
| | | /* 查询优惠券 */ |
| | | export const orderRefBrushNode = (params, config = {}) => http.get(URL + |
| | | '/service-merchant/v1/web/monthBrush/orderRefBrushNode', params, config) |
| | | '/payfour-merchant/v1/web/monthBrush/orderRefBrushNode', params, config) |