no message
This commit is contained in:
parent
c8811b0e60
commit
1a5b094388
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue