Authored by 郭成尧

'奥莱首页调用接口改变'

@@ -43,7 +43,7 @@ exports.getOutletsIndexData = (params, channel) => { @@ -43,7 +43,7 @@ exports.getOutletsIndexData = (params, channel) => {
43 outletsApi.getOutletsTrendData({limit: '30', channel: channel}), // 获取潮流速递商品数据 43 outletsApi.getOutletsTrendData({limit: '30', channel: channel}), // 获取潮流速递商品数据
44 outletsApi.getOutletsGoodsList(Object.assign( 44 outletsApi.getOutletsGoodsList(Object.assign(
45 params, 45 params,
46 - {limit: params.limit || '100', channel: channel} 46 + {limit: params.limit || '100', channel: channel, method: 'app.search.category'}
47 )), // 获取底部商品数据 47 )), // 获取底部商品数据
48 outletsApi.getOutletsActivityOrigin({type: '3', channel: channel}) // tar add 16171552 即将上线数据 48 outletsApi.getOutletsActivityOrigin({type: '3', channel: channel}) // tar add 16171552 即将上线数据
49 ]).then(result => { 49 ]).then(result => {