|
@@ -22,7 +22,7 @@ export function receive(data) {
|
|
|
return request('/app/coupon/receive', data, 'POST', 'application/json;charset=UTF-8');
|
|
return request('/app/coupon/receive', data, 'POST', 'application/json;charset=UTF-8');
|
|
|
}
|
|
}
|
|
|
export function getMyCouponList(data) {
|
|
export function getMyCouponList(data) {
|
|
|
- return request('/app/coupon/getMyCouponList', data, 'GET');
|
|
|
|
|
|
|
+ return request('/store/app/coupon/getMyCouponList', data, 'GET');
|
|
|
}
|
|
}
|
|
|
export function getMyEnableCouponList(data) {
|
|
export function getMyEnableCouponList(data) {
|
|
|
return request('/store/app/coupon/getMyEnableCouponList', data, 'GET');
|
|
return request('/store/app/coupon/getMyEnableCouponList', data, 'GET');
|