mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-14 12:20:04 +08:00
update
This commit is contained in:
@@ -585,10 +585,7 @@ public class JiLinPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
String urlAddress = secretInfoVO.getTheirUrlPrefix();
|
String urlAddress = secretInfoVO.getTheirUrlPrefix();
|
||||||
String url = urlAddress + "notification_station_status";
|
String url = urlAddress + "notification_station_status";
|
||||||
|
|
||||||
Map<String, Object> map = new LinkedHashMap<>();
|
String jsonString = JSON.toJSONString(info);
|
||||||
map.put("StationID", connectorInfo.getStationId());
|
|
||||||
map.put("ConnectorStatusInfos", info);
|
|
||||||
String jsonString = JSON.toJSONString(map);
|
|
||||||
|
|
||||||
// 获取令牌
|
// 获取令牌
|
||||||
String token = getToken(urlAddress, operatorId, operatorSecret, dataSecretIv, signSecret, dataSecret);
|
String token = getToken(urlAddress, operatorId, operatorSecret, dataSecretIv, signSecret, dataSecret);
|
||||||
|
|||||||
Reference in New Issue
Block a user