From 8e2c40b8ce9b47c31a411838cc1e4634ad630a2c Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Fri, 23 Oct 2020 09:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E9=99=90=E6=8F=90=E9=AB=98=E5=88=B08?= =?UTF-8?q?=E5=85=AC=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index c6209b4..106c3e0 100644 --- a/config/config.php +++ b/config/config.php @@ -62,6 +62,6 @@ return [ 'tencent' => env('TENCENT_MAP_KEY', ''), ], 'distance' => [ - 'delivery_distance' => env('DELIVERY_DISTANCE', '7000') + 'delivery_distance' => env('DELIVERY_DISTANCE', '8000') ], ];