This commit is contained in:
邹宗楠
2026-03-03 11:14:32 +08:00
parent 2d201aeff5
commit 31e92ff4f0

View File

@@ -163,6 +163,7 @@ type StoreInfo struct {
BrandName string `json:"brandName"` //品牌名字
BrandLogo string `json:"brandLogo"` //品牌logo
StoreWeeklyScore int `json:"storeWeeklyScore"` //店铺每周评分
DeliverySelf int `json:"deliverySelf"` //自提
}
//门店减免策略
@@ -6129,6 +6130,7 @@ func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDis
BrandName: brandInfos.Name,
BrandLogo: brandInfos.Logo,
StoreWeeklyScore: storeScore,
DeliverySelf: v.DeliverySelf,
}
storeInfos = append(storeInfos, storeInfo)
//获取门店减免策略