From ac4532f3b908a0b2ec47f52fd9cad6f2d0fd5d53 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期五, 22 十一月 2024 11:47:57 +0800 Subject: [PATCH] 调整上海定制接口1 --- src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java index 6fd38c7..be61bf7 100644 --- a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java +++ b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java @@ -169,7 +169,7 @@ } //灏佽鍙傛暟 - ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_13, SH2023Constant.SH_2023_API_CODE_2103); + ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_90, Constant.API_CODE_9104); //鑾峰彇瀹炵幇鎺ュ彛 ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol()); @@ -187,7 +187,7 @@ infoData.setId(data.getHwdm()); infoData.setKqdm(data.getHwdm().substring(0, 21)); infoData.setInteType("21"); - infoData.setInteId(SH2023Constant.SH_2023_API_CODE_2103); + infoData.setInteId(Constant.API_CODE_9104); infoData.setUpdateTime(new Date()); infoData.setDataId(data.getHwdm()); -- Gitblit v1.9.3