Authored by 周少峰

Merge branch 'hotfix/baseShopCache'

... ... @@ -479,7 +479,7 @@ const isFavoriteBrand = (uid, brandId) => {
return serviceApi.get(isFavoriteBrandUrl, {
uid: uid,
brandId: brandId
}, config.apiCache);
});
};
/**
... ...