前缀修改

This commit is contained in:
苏尹岚
2020-05-22 17:39:10 +08:00
parent fe2d717131
commit bca3a4e8d9

View File

@@ -2484,7 +2484,7 @@ func SyncStoresQualify(ctx *jxcontext.Context, storeIDs []int, isAsync, isContin
func GetStoreListByLocation(ctx *jxcontext.Context, lng, lat float64, needWalkDistance bool) (storeList []*Store4User, err error) {
const (
maxRadius = 5000
maxRadius = 8000
maxStoreCount4User = 5
)