Authored by 郭成尧

shop_id

... ... @@ -647,7 +647,7 @@ const getBrandLogoByDomain = (domain) => {
url: helpers.urlFormat('', null, formatData.brand_domain),
thumb: helpers.image(formatData.brand_ico, 75, 40),
name: formatData.brand_name,
shopId: formatData.id ? formatData.id : 0, // 店铺id
shopId: formatData.shop_id ? formatData.shop_id : 0, // 店铺id
type: formatData.type ? formatData.type : 0
};
} else {
... ...