From a3f0d41f1c7feeee8ec6a377c692ab7023a391d8 Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期一, 06 十一月 2023 19:31:35 +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