no message

This commit is contained in:
cb 2025-08-22 16:31:54 +08:00
parent c8811b0e60
commit 1a5b094388
1 changed files with 1 additions and 1 deletions

View File

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