| 12345678910111213141516171819202122232425262728293031323334353637 |
- 分页获取充电桩异常信息:
- api url:
- http://161.117.183.142/steve/crmApi/error/table/pages
- type:
- POST
- header:
- accessToken
- params:
- {
- "pageSize": 10,
- "pageNo": 1,
- "pageVo": {
- "criteria": ""
- }
- }
- return:
- {
- "code": 2000,
- "success": true,
- "msg": "Succeed.",
- "data": [
- {
- "siteName": "Marina Country Club",
- "chargeBoxId": "MCC-0001",
- "status": "Faulted",
- "errorCode": "OtherError",
- "vendorErrorCode": "4024",
- "statusTimestamp": "2021-11-23 11:06",
- "connectorId": 0
- }
- ],
- "total": 87
- }
|