Authored by htoooth

Merge branch 'feature/qps' of http://git.yoho.cn/fe/yohobuy-node into feature/qps

... ... @@ -462,7 +462,7 @@ const getArticleByBrand = (brand, udid, limit) => {
limit: limit || 6
};
return serviceApi.get(relateArticleUrl, params);
return serviceApi.get(relateArticleUrl, params, config.apiCache);
};
const getBrands4Filter = (params) => {
... ...