From a4c07f557fecfde2c08232903a959170fc3a463d Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Tue, 17 Mar 2026 14:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/admin/controllers/auto/Config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agent/admin/controllers/auto/Config.php b/agent/admin/controllers/auto/Config.php index 532bbb59..b9e1734c 100644 --- a/agent/admin/controllers/auto/Config.php +++ b/agent/admin/controllers/auto/Config.php @@ -101,7 +101,8 @@ class Config extends BaseController $result = $tcGeocoder->reverseGeocode($latitude, $longitude); debug_log("解析结果:" . json_encode($result), 'local.log'); if (!$result) { - $this->return_json('地址解析失败'); + $this->return_response($data); +// $this->return_json('地址解析失败'); } $adcode = $result['ad_info']['adcode']; $row = $this->area_model->get(['county_id' => $adcode]);