This commit is contained in:
YAS\29473
2025-07-07 19:37:01 +08:00
parent fb3b8add9b
commit a996a0307c

View File

@@ -500,8 +500,7 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService {
// 调用中电联平台接口 // 调用中电联平台接口
String url = urlAddress + "supervise_notification_station_info"; String url = urlAddress + "supervise_notification_station_info";
JSONObject data = new JSONObject(); String jsonString = JSON.toJSONString(info);
String jsonString = JSON.toJSONString(data);
// 获取令牌 // 获取令牌
//使用对方的密钥配置信息和我方的operatorId //使用对方的密钥配置信息和我方的operatorId
@@ -515,8 +514,6 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService {
} }
/** /**
* 设备接口状态查询 query_station_status * 设备接口状态查询 query_station_status
* @param dto 查询站点信息dto * @param dto 查询站点信息dto