From 6d98da27f7c531406095a20756dfc3edc798e15b Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 29 八月 2024 11:23:43 +0800 Subject: [PATCH] 调整宁夏省平台接口:跳过SSL验证2 --- src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java index 26071f0..4ef326f 100644 --- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java +++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java @@ -130,7 +130,7 @@ ResponseDto responseDto; ApiInfoData infoData; for (WhjlApi1202 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(); -- Gitblit v1.9.3