Authorization: Bearer ********************{
"vins": [
"string"
],
"deptIds": [
0
],
"startTime": "string",
"endTime": "string"
}curl --location --request POST '/web/vehicle-query/v1.0/sg-energy/total-data' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vins": [
"string"
],
"deptIds": [
0
],
"startTime": "string",
"endTime": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"hasElectricity": true,
"hasHydrogen": true,
"electricity": {
"totalEnergy": 0,
"totalEnergy100km": 0,
"totalMileage": 0,
"totalEnergyLs": [
{
"date": "string",
"timestamp": 0,
"energy": 0
}
],
"energyIntervalLs": [
{
"date": "string",
"timestamp": 0,
"energy": 0
}
]
},
"hydrogen": null
}
}