吉安感知网项目-后端
linwei
2026-05-22 128b8afce83dae10ccbd4404abefb6c6643909a4
drone-service/drone-gd/src/main/java/org/sxkj/gd/utils/GdGeoAddressUtil.java
@@ -103,7 +103,7 @@
         return null;
      }
      try {
         log.debug("天地图逆地理编码结果:{}", response);
         log.info("天地图逆地理编码结果:{}", response);
         JsonNode root = OBJECT_MAPPER.readTree(response);
         String countyCode = root.path("result").path("addressComponent").path("county_code").asText();
         return StringUtil.isBlank(countyCode) ? null : countyCode;