mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
udpate 打印日志
This commit is contained in:
@@ -119,7 +119,7 @@ public class AMapUtils {
|
||||
ResponseEntity<String> resp = restTemplate.postForEntity(API_URL, entity, String.class);
|
||||
if (resp.getBody() != null && !"".equals(resp.getBody())) {
|
||||
JSONObject respObj = JSONObject.parseObject(resp.getBody());
|
||||
logger.info("高德返回结果:{}", respObj);
|
||||
// logger.info("高德返回结果:{}", respObj);
|
||||
// System.out.println("高德返回结果:" + respObj);
|
||||
return JSONObject.toJSONString(respObj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user