chenjiahe
2022-05-25 c22d92306c48509acf74b2ef3388e939bab85e5a
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));
            }