This commit is contained in:
YAS\29473
2025-08-13 17:20:13 +08:00
parent e3eeb88559
commit 419130761a

View File

@@ -585,10 +585,7 @@ public class JiLinPlatformServiceImpl implements ThirdPartyPlatformService {
String urlAddress = secretInfoVO.getTheirUrlPrefix();
String url = urlAddress + "notification_station_status";
Map<String, Object> map = new LinkedHashMap<>();
map.put("StationID", connectorInfo.getStationId());
map.put("ConnectorStatusInfos", info);
String jsonString = JSON.toJSONString(map);
String jsonString = JSON.toJSONString(info);
// 获取令牌
String token = getToken(urlAddress, operatorId, operatorSecret, dataSecretIv, signSecret, dataSecret);