Pu Zhibing
2025-01-15 187a4cbcd2a0254d607058f93b13b456a997d38a
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");