From 1a5b094388cf4defc3690c05714f0356a1e99465 Mon Sep 17 00:00:00 2001 From: cb <275647614@qq.com> Date: Fri, 22 Aug 2025 16:31:54 +0800 Subject: [PATCH] no message --- .../ghy/customer/service/impl/CustomerAddressServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghy-custom/src/main/java/com/ghy/customer/service/impl/CustomerAddressServiceImpl.java b/ghy-custom/src/main/java/com/ghy/customer/service/impl/CustomerAddressServiceImpl.java index d1100821..c1d27adf 100644 --- a/ghy-custom/src/main/java/com/ghy/customer/service/impl/CustomerAddressServiceImpl.java +++ b/ghy-custom/src/main/java/com/ghy/customer/service/impl/CustomerAddressServiceImpl.java @@ -150,7 +150,7 @@ public class CustomerAddressServiceImpl implements CustomerAddressService { requestBody.put("address", customerAddress.getAddress()); // 调用百度地理编码接口 - String url = "http://localhost:19001/tool/baidu/geocode"; + String url = "https://gmhl.gmjlb.com/tool/baidu/geocode"; String result = HttpUtils.sendPost(url, requestBody.toJSONString()); JSONObject responseJson = JSONObject.parseObject(result);