万车宝


查询单月行程

简要描述
请求URL
  • /driveRecorde/query
请求方式
  • get
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

页面列表

ITEM_HTML