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