chenjiahe
2022-06-27 a0ad14b0a0fb60604b0a9cf978a537e64479a8d4
src/main/java/com/hz/util/http/HttpHzUtil.java
@@ -83,7 +83,7 @@
            if(con.getErrorStream() != null){
                httpHzResponse.setMsg(IOUtils.toString(con.getErrorStream(), CHARSET));
            }
            if(con.getInputStream() != null){
            if(HttpURLConnection.HTTP_OK == con.getResponseCode() || HttpURLConnection.HTTP_CREATED == con.getResponseCode()){
                httpHzResponse.setData(IOUtils.toString(con.getInputStream(), CHARSET));
            }