curl --location --request GET '/admin-api/charging/charge-pipe-error/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": "17168",
"pipesn": "string",
"portNo": "string",
"sequenceNum": "string",
"portNum": 0,
"errorType": 2,
"errorCode": 0,
"errorInfo": "string",
"errorStartTime": "2019-08-24T14:15:22Z",
"errorEndTime": "2019-08-24T14:15:22Z",
"errorDuration": 0,
"errorStatus": 2,
"remark": "你猜",
"vin": "string",
"stationid": "20865",
"errorLevelV2": 0,
"stationNameV2": "string",
"tenantIdV2": "string",
"mobileV2": "string",
"stakeSinceId": "string"
}
],
"total": 0
},
"msg": "string"
}