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