This commit is contained in:
YAS\29473
2025-07-07 19:24:54 +08:00
parent 04871301f3
commit fb3b8add9b

View File

@@ -501,10 +501,7 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService {
String url = urlAddress + "supervise_notification_station_info"; String url = urlAddress + "supervise_notification_station_info";
JSONObject data = new JSONObject(); JSONObject data = new JSONObject();
data.put("SupStationInfos", info);
String jsonString = JSON.toJSONString(data); String jsonString = JSON.toJSONString(data);
System.out.println("jsonString : " + jsonString);
// 获取令牌 // 获取令牌
//使用对方的密钥配置信息和我方的operatorId //使用对方的密钥配置信息和我方的operatorId
@@ -518,6 +515,8 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService {
} }
/** /**
* 设备接口状态查询 query_station_status * 设备接口状态查询 query_station_status
* @param dto 查询站点信息dto * @param dto 查询站点信息dto