|
@@ -63,7 +63,7 @@ module.exports = { |
|
@@ -63,7 +63,7 @@ module.exports = { |
63
|
'/api/ufo/product/coupon': {
|
63
|
'/api/ufo/product/coupon': {
|
64
|
ufo: true,
|
64
|
ufo: true,
|
65
|
auth: true,
|
65
|
auth: true,
|
66
|
- path: '/ufo-gateway/couponCenter',
|
66
|
+ path: '/couponCenter',
|
67
|
api: 'ufo.couponsInPrdDetail.list',
|
67
|
api: 'ufo.couponsInPrdDetail.list',
|
68
|
params: {
|
68
|
params: {
|
69
|
productId: {type: Number}, // 商品id
|
69
|
productId: {type: Number}, // 商品id
|
|
@@ -76,7 +76,7 @@ module.exports = { |
|
@@ -76,7 +76,7 @@ module.exports = { |
76
|
'/api/ufo/product/couponTopList': {
|
76
|
'/api/ufo/product/couponTopList': {
|
77
|
ufo: true,
|
77
|
ufo: true,
|
78
|
auth: false,
|
78
|
auth: false,
|
79
|
- path: '/ufo-gateway/couponCenter',
|
79
|
+ path: '/couponCenter',
|
80
|
api: 'ufo.couponTopListOfPrdDetail.list',
|
80
|
api: 'ufo.couponTopListOfPrdDetail.list',
|
81
|
params: {
|
81
|
params: {
|
82
|
productId: {type: Number}, // 商品id
|
82
|
productId: {type: Number}, // 商品id
|
|
@@ -96,7 +96,7 @@ module.exports = { |
|
@@ -96,7 +96,7 @@ module.exports = { |
96
|
'/api/ufo/product/addsize': {
|
96
|
'/api/ufo/product/addsize': {
|
97
|
ufo: true,
|
97
|
ufo: true,
|
98
|
auth: true,
|
98
|
auth: true,
|
99
|
- path: '/ufo-gateway/ufoLive',
|
99
|
+ path: '/ufoLive',
|
100
|
api: 'ufo.product.addSize',
|
100
|
api: 'ufo.product.addSize',
|
101
|
params: {
|
101
|
params: {
|
102
|
product_id: {type: Number}, // 商品id
|
102
|
product_id: {type: Number}, // 商品id
|