mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-09 12:30:07 +08:00
update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user