新查询接口,

This commit is contained in:
苏尹岚
2020-05-28 11:49:22 +08:00
parent 06dcfcf88f
commit 71edda7421
5 changed files with 92 additions and 2 deletions

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 = 8000
maxRadius = 20000
maxStoreCount4User = 5
)