ruoyi/src/main/java/com/ruoyi/common/utils/http/HttpUtils.java
@@ -49,7 +49,7 @@ connection.setRequestProperty("connection", "Keep-Alive"); connection.setRequestProperty("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;SV1)"); connection.connect(); in = new BufferedReader(new InputStreamReader(connection.getInputStream())); in = new BufferedReader(new InputStreamReader(connection.getInputStream(), "GBK")); String line; while ((line = in.readLine()) != null) {