无关风月
2025-01-15 a1d5268502e9c98ebe7f469bd142fe3330629131
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");