From 95dfe7d0073fd85c465f49bd66c1c39542ffdb55 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 09 四月 2026 14:28:56 +0800
Subject: [PATCH] 调整上海核验接口
---
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 be61bf7..5938415 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_90, Constant.API_CODE_9104);
+ ApiParam param = new ApiParam(apiConf, Constant.API_CATEGORY_90, SH2023Constant.SH_2023_API_CODE_2103);
//鑾峰彇瀹炵幇鎺ュ彛
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(Constant.API_CODE_9104);
+ infoData.setInteId(SH2023Constant.SH_2023_API_CODE_2103);
infoData.setUpdateTime(new Date());
infoData.setDataId(data.getHwdm());
--
Gitblit v1.9.3