简要描述
请求URL
请求方式
Header
header |
必选 |
类型 |
说明 |
token |
是 |
string |
登录token |
请求Query参数
参数名 |
必选 |
类型 |
说明 |
month |
是 |
string |
月份(2022-05) |
limit |
否 |
int |
单页条数,默认=10 |
page |
否 |
int |
页码,从1开始 |
成功返回示例
{
"code": 0,
"count": 23,
"data": [
{
"modelId": 13969,
"model": "2013款 GT 1.8L 自动时尚版",
"brandId": 38,
"brand": "别克",
"seriesId": 982,
"series": "英朗",
"year": "2013",
"displacement": "1.8L",
"id": 2141,
"vehicleId": 58275,
"deviceId": "AD20-N00C2300057",
"unitId": 30,
"consumption": 26,
"mileage": 0,
"velocity": 5440,
"startTime": 1655974864000,
"endTime": 1655974878000
}
],
"msg": null
}
备注
成功返回 0