From a3a62a367e0654ac81c2f996e9e8fb33d4f257ac Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期一, 11 十二月 2023 20:07:05 +0800 Subject: [PATCH] 修改武汉接口 --- 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