chenjiahe
2022-06-28 09b4c6896acdbfa6d5c0c0c5c24bfc17d6ee2bf3
src/main/java/com/hx/util/HttpMethodUtil.java
@@ -60,7 +60,7 @@
                os.write(data.getBytes("utf-8"));
            }
            if (con.getResponseCode() != 200){
            if(HttpURLConnection.HTTP_OK != con.getResponseCode() && HttpURLConnection.HTTP_CREATED != con.getResponseCode()){
                throw new RuntimeException("请求url失败:"+con.getResponseCode());
            }
            // 读取返回内容