From a996a0307c11eba164737f44c1c94502af9460d3 Mon Sep 17 00:00:00 2001 From: "YAS\\29473" <2947326429@qq.com> Date: Mon, 7 Jul 2025 19:37:01 +0800 Subject: [PATCH] update --- .../platform/service/impl/SiChuanPlatformServiceImpl.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/SiChuanPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/SiChuanPlatformServiceImpl.java index 68f808e97..bbf9773fd 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/SiChuanPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/SiChuanPlatformServiceImpl.java @@ -500,8 +500,7 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService { // 调用中电联平台接口 String url = urlAddress + "supervise_notification_station_info"; - JSONObject data = new JSONObject(); - String jsonString = JSON.toJSONString(data); + String jsonString = JSON.toJSONString(info); // 获取令牌 //使用对方的密钥配置信息和我方的operatorId @@ -515,8 +514,6 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService { } - - /** * 设备接口状态查询 query_station_status * @param dto 查询站点信息dto