Authored by 石坚

camel个人中心

... ... @@ -118,7 +118,7 @@ const _getBreakingSort = (channel, gender, appType) => {
app_type: appType,
method: 'app.brand.newBrandList'
}).then((result) => {
if (result && result.code === 200) {
if (result && result.code === 200) {
return _processListData(result);
} else {
logger.error('The data of brand resources return code is not 200');
... ...