Authored by 郭成尧

Merge branch 'release/4.6' of git.yoho.cn:fe/yohobuy-node into release/4.6

... ... @@ -114,7 +114,7 @@ exports.getOutletsIndexData = (params, channel) => {
exports.getOutletsChannelData = (params, channel) => {
// 频道资源位不存在
if (!channelCode[channel]) {
throw new Error('频道资源位不存在');
throw new Error('outlets channel resource not found');
}
let channelData = {};
... ...