czt
2024-08-05 3864d3b6c2aec6d7f6377a4475417763b0f89231
src/main/java/com/fzzy/push/nx2023/NX2023HttpClientUtil.java
@@ -1,7 +1,6 @@
package com.fzzy.push.nx2023;
import com.alibaba.fastjson.JSON;
import com.fzzy.api.entity.ApiConfs;
import com.fzzy.push.nx2023.dto.Nx2023RespDto;
import lombok.extern.slf4j.Slf4j;
import java.io.BufferedReader;
@@ -25,7 +24,7 @@
     * @throws Exception
     */
    @SuppressWarnings("resource")
    public static Nx2023RespDto postPushData(String url, String reqData , ApiConfs apiConfs) throws Exception {
    public static Nx2023RespDto postPushData(String url, String reqData) throws Exception {
        log.info("---------接口请求地址:" +url+ "----------参数:" + reqData +"---------");
        BufferedReader in = null;
        URL urls = new URL(url);