文档中心 > API类目 > 斑马新能源充电互联互通接口Api

yunos.charge.station.data.query (新能源互联互通-查询站点数据)

新能源互联互通-查询站点数据

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
token String 必须 c602b41a14e1ac09c44551775325c791 token
request_body String 必须 requestBody 请求体

响应参数

名称 类型 示例值 描述
result String {"PageNo":2,"PageCount":72,"ItemSize":53,"StationInfos":[{"StationID":"fake_data","OriginalStationID":"fake_data","OperatorID":"fake_data","EquipmentOwnerID":"fake_data","OriginalEquipmentOwnerID":"fake_data","StationName":"fake_data","CountryCode":"fake_data","AreaCode":"fake_data","Address":"fake_data","StationTel":"fake_data","ServiceTel":"fake_data","StationType":41,"StationStatus":4,"ParkNums":56,"StationLng":69.30,"StationLat":82.61,"SiteGuide":"fake_data","Construction":88,"Pictures":["fake_data"],"MatchCars":"fake_data","ParkInfo":"fake_data","BusineHours":"fake_data","ElectricityFee":"fake_data","ServiceFee":"fake_data","ParkFee":"fake_data","Payment":"fake_data","SupportOrder":21,"Remark":"fake_data","EquipmentInfos":[{"EquipmentID":"fake_data","OriginalEquipmentID":"fake_data","ManufacturerID":"fake_data","EquipmentModel":"fake_data","ProductionDate":"fake_data","EquipmentType":90,"EquipmentLng":18.41,"EquipmentLat":61.99,"Power":11.84,"EquipmentName":"fake_data","NationalStandard":"fake_data","ConnectorInfos":[{"ConnectorID":"fake_data","OriginalConnectorID":"fake_data","QrCode":"fake_data","ConnectorName":"fake_data","ConnectorType":32,"VoltageUpperLimits":61,"VoltageLowerLimits":85,"Current":1,"Power":55.82,"ParkNo":"fake_data","ParkingLockFlag":57,"NationalStandard":32}]}]}]} 站点详细数据

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
YunosChargeStationDataQueryRequest req = new YunosChargeStationDataQueryRequest();
req.setToken("c602b41a14e1ac09c44551775325c791");
req.setRequestBody("requestBody");
YunosChargeStationDataQueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<yunos_charge_station_data_query_response>
    <result>{&quot;PageNo&quot;:2,&quot;PageCount&quot;:72,&quot;ItemSize&quot;:53,&quot;StationInfos&quot;:[{&quot;StationID&quot;:&quot;fake_data&quot;,&quot;OriginalStationID&quot;:&quot;fake_data&quot;,&quot;OperatorID&quot;:&quot;fake_data&quot;,&quot;EquipmentOwnerID&quot;:&quot;fake_data&quot;,&quot;OriginalEquipmentOwnerID&quot;:&quot;fake_data&quot;,&quot;StationName&quot;:&quot;fake_data&quot;,&quot;CountryCode&quot;:&quot;fake_data&quot;,&quot;AreaCode&quot;:&quot;fake_data&quot;,&quot;Address&quot;:&quot;fake_data&quot;,&quot;StationTel&quot;:&quot;fake_data&quot;,&quot;ServiceTel&quot;:&quot;fake_data&quot;,&quot;StationType&quot;:41,&quot;StationStatus&quot;:4,&quot;ParkNums&quot;:56,&quot;StationLng&quot;:69.30,&quot;StationLat&quot;:82.61,&quot;SiteGuide&quot;:&quot;fake_data&quot;,&quot;Construction&quot;:88,&quot;Pictures&quot;:[&quot;fake_data&quot;],&quot;MatchCars&quot;:&quot;fake_data&quot;,&quot;ParkInfo&quot;:&quot;fake_data&quot;,&quot;BusineHours&quot;:&quot;fake_data&quot;,&quot;ElectricityFee&quot;:&quot;fake_data&quot;,&quot;ServiceFee&quot;:&quot;fake_data&quot;,&quot;ParkFee&quot;:&quot;fake_data&quot;,&quot;Payment&quot;:&quot;fake_data&quot;,&quot;SupportOrder&quot;:21,&quot;Remark&quot;:&quot;fake_data&quot;,&quot;EquipmentInfos&quot;:[{&quot;EquipmentID&quot;:&quot;fake_data&quot;,&quot;OriginalEquipmentID&quot;:&quot;fake_data&quot;,&quot;ManufacturerID&quot;:&quot;fake_data&quot;,&quot;EquipmentModel&quot;:&quot;fake_data&quot;,&quot;ProductionDate&quot;:&quot;fake_data&quot;,&quot;EquipmentType&quot;:90,&quot;EquipmentLng&quot;:18.41,&quot;EquipmentLat&quot;:61.99,&quot;Power&quot;:11.84,&quot;EquipmentName&quot;:&quot;fake_data&quot;,&quot;NationalStandard&quot;:&quot;fake_data&quot;,&quot;ConnectorInfos&quot;:[{&quot;ConnectorID&quot;:&quot;fake_data&quot;,&quot;OriginalConnectorID&quot;:&quot;fake_data&quot;,&quot;QrCode&quot;:&quot;fake_data&quot;,&quot;ConnectorName&quot;:&quot;fake_data&quot;,&quot;ConnectorType&quot;:32,&quot;VoltageUpperLimits&quot;:61,&quot;VoltageLowerLimits&quot;:85,&quot;Current&quot;:1,&quot;Power&quot;:55.82,&quot;ParkNo&quot;:&quot;fake_data&quot;,&quot;ParkingLockFlag&quot;:57,&quot;NationalStandard&quot;:32}]}]}]}</result>
</yunos_charge_station_data_query_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部