Authorization: Bearer ********************
{
"beginDate": {
"seconds": "string",
"nanos": 0
},
"endDate": {
"seconds": "string",
"nanos": 0
}
}
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/run/api/run-data/crane-failure-total-time' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDate": {
"seconds": "string",
"nanos": 0
},
"endDate": {
"seconds": "string",
"nanos": 0
}
}'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"results": [
{
"craneId": "string",
"totalSeconds": 0
}
]
}
}