Authored by shuaiguo

fix(api-map): 移除注释

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