mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 11:29:58 +08:00
update 中电联协议推送充电站信息
This commit is contained in:
@@ -131,9 +131,8 @@ public class ZDLServiceImpl implements ZDLService {
|
|||||||
// 调用中电联平台接口
|
// 调用中电联平台接口
|
||||||
String url = urlAddress + "notification_stationInfo";
|
String url = urlAddress + "notification_stationInfo";
|
||||||
|
|
||||||
String jsonStr = JSONObject.toJSONString(info);
|
|
||||||
JSONObject data = new JSONObject();
|
JSONObject data = new JSONObject();
|
||||||
data.put("StationInfo", jsonStr);
|
data.put("StationInfo", info);
|
||||||
|
|
||||||
String jsonString = JSONObject.toJSONString(data);
|
String jsonString = JSONObject.toJSONString(data);
|
||||||
System.out.println("jsonString : " + jsonString);
|
System.out.println("jsonString : " + jsonString);
|
||||||
|
|||||||
Reference in New Issue
Block a user