logo search

This commit is contained in:
eson 2023-10-20 14:37:00 +08:00
parent 73dec168ca
commit be16fdbfc2

View File

@ -42,6 +42,9 @@ func (p *FsPreprocessLogoModel) PreLogoSearch(ctx context.Context, zipcode strin
}
for i := range resp {
if resp[i].RestaurantType == nil {
resp[i].RestaurantType = FsString("")
}
resp[i].ResourceUrl = FsString(testData[rand.Uint64()%uint64(len(testData))])
}