- 桩企接入流程请先读我
- 站点数据管理
- 实时数据上报
- 运营数据管理
- 安全预警管理
- 获取运营商operator tokenGET
分页查询多个充电站信息列表
开发中
GET
/platform/management/station
请求参数
Query 参数
operatorId
string
运营商ID
示例值:
运营商ID
pageIndex
string
分页索引
示例值:
1
pageSize
string
分页大小
示例值:
3
Header 参数
Datetime
string
必需
示例值:
2022-02-28 13:45:04
OperatorId
string
运营商 id
示例值:
运营商 id
Token
string
必需
示例值:
平台分发的 token
Signature
string
必需
示例值:
用户身份签名
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/platform/management/station?operatorId=运营商ID&pageIndex=1&pageSize=3' \
--header 'Datetime: 2022-02-28 13:45:04' \
--header 'OperatorId: 运营商 id' \
--header 'Token: 平台分发的 token' \
--header 'Signature: 用户身份签名'
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
必需
data
object
必需
totalRecord
integer
总记录数
totalPage
integer
总页数
pageList
array[object (Station) {25}]
结果列表
示例
{
"status": 200,
"message": "请求成功!",
"data": {
"totalRecord": 71,
"totalPage": 82,
"pageList": [
{
"stationId": "52",
"operatorId": "62",
"equipmentOwnerId": "60",
"stationName": "几机主成",
"areaCode": "38",
"district": "观塘区",
"street": "nisi eiusmod aliqua",
"community": "dolore minim laborum nostrud enim",
"address": "青海省巴音郭楞蒙古自治州澄海区",
"serviceTel": "18636644372",
"stationType": 89,
"stationStatus": 90,
"chargingNums": 75,
"stationLng": 52,
"stationLat": 77,
"construction": 42,
"canopy": 73,
"camera": 59,
"smokeSensation": 68,
"fireControl": 27,
"billboard": 47,
"createDate": "1981-10-21",
"pictures": [
"http://dummyimage.com/400x400"
],
"feeType": 98,
"payment": "id",
"chargingType": 78,
"electricityFee": "保山市",
"remark": "esse eu tempor",
"siteGuide": "10",
"serviceFee": "et ut fugiat anim irure",
"supportOrder": 87
},
{
"stationId": "22",
"operatorId": "27",
"equipmentOwnerId": "46",
"stationName": "整严果积类",
"areaCode": "22",
"district": "阜新蒙古族自治县",
"street": "ad nisi ipsum",
"community": "exercitation veniam eu Ut velit",
"address": "四川省海外稷山县",
"serviceTel": "18674809382",
"stationType": 33,
"stationStatus": 38,
"chargingNums": 89,
"stationLng": 84,
"stationLat": 64,
"construction": 44,
"canopy": 37,
"camera": 34,
"smokeSensation": 47,
"fireControl": 51,
"billboard": 31,
"createDate": "1998-06-23",
"pictures": [
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400",
"http://dummyimage.com/400x400"
],
"electricityFee": "果洛藏族自治州",
"remark": "ullamco",
"feeType": 16,
"supportOrder": 25,
"siteGuide": "67",
"chargingType": 89,
"serviceFee": "elit reprehenderit",
"payment": "ea aliqua exercitation ad in"
}
]
}
}
修改于 2022-04-02 12:42:05