mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -500,8 +500,7 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
// 调用中电联平台接口
|
||||
String url = urlAddress + "supervise_notification_station_info";
|
||||
|
||||
JSONObject data = new JSONObject();
|
||||
String jsonString = JSON.toJSONString(data);
|
||||
String jsonString = JSON.toJSONString(info);
|
||||
|
||||
// 获取令牌
|
||||
//使用对方的密钥配置信息和我方的operatorId
|
||||
@@ -515,8 +514,6 @@ public class SiChuanPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 设备接口状态查询 query_station_status
|
||||
* @param dto 查询站点信息dto
|
||||
|
||||
Reference in New Issue
Block a user