From 3e8e2bfdfbcf06659d7734d3e1cb63fd0f46c35d Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期五, 03 一月 2025 15:30:22 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java index cc168d6..733b3a1 100644 --- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java +++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java @@ -119,7 +119,7 @@ } //灏佽鍙傛暟 - ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_12, WhjlConstant.API_CODE_1302); + ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_13, WhjlConstant.API_CODE_1302); //鑾峰彇瀹炵幇鎺ュ彛 ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol()); @@ -137,7 +137,7 @@ infoData = new ApiInfoData(); infoData.setId(data.getBizId()); infoData.setKqdm(data.getKqdm()); - infoData.setInteType(WhjlConstant.API_CATEGORY_12); + infoData.setInteType(WhjlConstant.API_CATEGORY_13); infoData.setInteId(WhjlConstant.API_CODE_1302); infoData.setUpdateTime(new Date()); infoData.setDataId(data.getBizId()); -- Gitblit v1.9.3