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);