This commit is contained in:
邹宗楠
2024-10-10 14:55:31 +08:00
parent a3451297ad
commit 27db56c4eb
2 changed files with 3 additions and 3 deletions

View File

@@ -6002,7 +6002,7 @@ func FilterByB2B(locationList []*common.Store4User) (retVal []*common.Store4User
}
//首页信息展示
func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDistance bool, brandId int) (interface{}, string, error) {
func GetHomePageByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDistance bool, brandId []int) (interface{}, string, error) {
//获取门店信息
var (
storeID []int