Browse Source

上限提高到8公里

master
Lemon 5 years ago
parent
commit
8e2c40b8ce
  1. 2
      config/config.php

2
config/config.php

@ -62,6 +62,6 @@ return [
'tencent' => env('TENCENT_MAP_KEY', ''), 'tencent' => env('TENCENT_MAP_KEY', ''),
], ],
'distance' => [ 'distance' => [
'delivery_distance' => env('DELIVERY_DISTANCE', '7000')
'delivery_distance' => env('DELIVERY_DISTANCE', '8000')
], ],
]; ];
Loading…
Cancel
Save