ws
2023-11-03 14f79528513e0f7c08f47c4d34efd7d6fa847a60
src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1115PR.java
@@ -163,7 +163,7 @@
        }
        //封装参数
        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_12, WhjlConstant.API_CODE_1115);
        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_11, WhjlConstant.API_CODE_1115);
        //获取实现接口
        ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol());
@@ -174,7 +174,7 @@
        ResponseDto responseDto;
        ApiInfoData infoData;
        for (WhjlApi1115 data : items) {
            responseDto = apiService.pushData(param, apiConf, items);
            responseDto = apiService.pushData(param, apiConf, data);
            if (responseDto.getSuccess() == 0) {
                if (Constant.CZBZ_I.equals(data.getCzbz())) {
                    infoData = new ApiInfoData();