...
|
...
|
@@ -63,7 +63,7 @@ module.exports = { |
|
|
'/api/ufo/product/coupon': {
|
|
|
ufo: true,
|
|
|
auth: true,
|
|
|
path: '/ufo-gateway/couponCenter',
|
|
|
path: '/couponCenter',
|
|
|
api: 'ufo.couponsInPrdDetail.list',
|
|
|
params: {
|
|
|
productId: {type: Number}, // 商品id
|
...
|
...
|
@@ -76,7 +76,7 @@ module.exports = { |
|
|
'/api/ufo/product/couponTopList': {
|
|
|
ufo: true,
|
|
|
auth: false,
|
|
|
path: '/ufo-gateway/couponCenter',
|
|
|
path: '/couponCenter',
|
|
|
api: 'ufo.couponTopListOfPrdDetail.list',
|
|
|
params: {
|
|
|
productId: {type: Number}, // 商品id
|
...
|
...
|
@@ -96,7 +96,7 @@ module.exports = { |
|
|
'/api/ufo/product/addsize': {
|
|
|
ufo: true,
|
|
|
auth: true,
|
|
|
path: '/ufo-gateway/ufoLive',
|
|
|
path: '/ufoLive',
|
|
|
api: 'ufo.product.addSize',
|
|
|
params: {
|
|
|
product_id: {type: Number}, // 商品id
|
...
|
...
|
|