CZT
2023-09-23 a1f0690d10288f9aa82b7fe96a9c4e33d9ad7661
src/main/java/com/fzzy/push/whhpjl/Whjl2023HttpClientUtil.java
@@ -27,7 +27,7 @@
     */
    @SuppressWarnings("resource")
    public static WhjlRespDto postPushData(String url, WhjlReqDto reqData , ApiConfs apiConfs) throws Exception {
        log.info("---------接口请求地址:" +url+ "----------参数:" + reqData +"---------");
        log.info("---------接口请求地址:" +url+ "----------参数:" + reqData.toString() +"---------");
        BufferedReader in = null;
        URL urls = new URL(url);
        HttpURLConnection connection = null;