Authorization: Bearer ********************{
"startTime": "2026-01-29 00:00:00",
"endTime": "2026-01-29 23:59:59",
"pageSize": 10,
"current": 1
}curl --location --request POST '/open/v1.0/vehicle/info//drive-motor-data' \
--header 'X-Access-Key;' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Sign;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2026-01-29 00:00:00",
"endTime": "2026-01-29 23:59:59",
"pageSize": 10,
"current": 1
}'{
"code": 200,
"message": "成功",
"data": {
"total": 23211,
"data": [
{
"driveMotorsNums": 1,
"list": [
{
"motorSeq": 1,
"status": 1,
"controllerTemperature": 34,
"motorSpeed": 0,
"motorTorque": 0,
"motorTemperature": 37,
"controllerVoltage": 546.3,
"controllerCurrent": 0
}
],
"gatherTime": "2026-01-20 14:54:19"
}
]
},
"request_id": "FA7555F4-AB47-D642-9A3F-8365648182F0"
}