xuhy
2025-01-15 c27c1f2beb4ca89a94eaa854fce6b4553db8f2f8
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");