1
This commit is contained in:
@@ -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)
|
||||
//获取门店减免策略
|
||||
|
||||
Reference in New Issue
Block a user