|
|
|
@@ -723,6 +723,7 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService { |
|
|
|
StringBuffer url = new StringBuffer("https://restapi.amap.com/v3/geocode/geo?"); |
|
|
|
try { |
|
|
|
String result = HttpUtil.doGet(url.append("key=").append(gaodeKey).append("&address=").append(address).toString()); |
|
|
|
logger.debug(">>>>> gaode result >>>>"+result); |
|
|
|
if (!StringUtils.isBlank(result)){ |
|
|
|
GaoDePoiInfo gaodeInfo = new GaoDePoiInfo(); |
|
|
|
JSONObject reo = JSON.parseObject(result); |
|
|
|
|