...
|
...
|
@@ -63,7 +63,7 @@ module.exports = { |
|
|
'/api/ufo/product/coupon': {
|
|
|
ufo: true,
|
|
|
auth: true,
|
|
|
path: '/ufo-gateway/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
|
|
|
path: '/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
|
|
|
api: 'ufo.couponsInPrdDetail.list',
|
|
|
params: {
|
|
|
productId: {type: Number},
|
...
|
...
|
@@ -77,7 +77,7 @@ module.exports = { |
|
|
'/api/ufo/product/couponTopList': {
|
|
|
ufo: true,
|
|
|
auth: false,
|
|
|
path: '/ufo-gateway/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
|
|
|
path: '/couponCenter', // 测试环境'/ufo-gateway/couponCenter',线上'/couponCenter'
|
|
|
api: 'ufo.couponTopListOfPrdDetail.list',
|
|
|
params: {
|
|
|
productId: {type: Number},
|
...
|
...
|
|