cmg
2024-05-27 8e79771fd46206cdb6fb698f5dc78dc41886238f
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());
            }
            // 读取返回内容