xuhy
2025-01-15 9153a858f1ae61fa29bb7a926e7d50359117cd69
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/util/tencentMap/TencentMapUtil.java
@@ -31,7 +31,7 @@
      Integer status = jsonObject.getInteger("status");
      if(0 != status){
         log.error(jsonObject.getString("message"));
         return null;
         throw new RuntimeException(jsonObject.getString("message"));
      }
      JSONObject result = jsonObject.getJSONObject("result");
      JSONObject ad_info = result.getJSONObject("ad_info");