liusheng
2024-04-24 01c9667cfb06970564e837dc343d5cee0eb3aed7
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;
    }
}
}