ruoyi-common/src/main/java/com/ruoyi/common/utils/HttpUtil.java
@@ -180,7 +180,7 @@ HttpEntity<RESPBODY> rep = null; if (isNullOrEmpty(respStr) || null == respBodyClass) { rep = new HttpEntity<RESPBODY>(respHeaders, null); ;// 无响应 // 无响应 } else { if (respBodyClass != String.class) { RESPBODY respBody = JSON.parseObject(respStr, respBodyClass); @@ -355,4 +355,4 @@ } return false; } } }