Authored by 郭成尧

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

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