神领物流后台管理-前端研究院
  1. 车辆管理
神领物流后台管理-前端研究院
  • 鉴权服务
    • 验证码-登录的验证码
      GET
    • 登录
      POST
    • 查询用户可用的所有菜单
      GET
  • 行政机构
    • 根据父id获取地址信息
      GET
  • 车辆管理
    • 获取绑定司机
      GET
    • 统计车辆
      GET
    • 删除车辆
      DELETE
    • 停用车辆
      PUT
    • 启用车辆
      PUT
    • 添加车辆
      POST
    • 获取车辆分页数据
      GET
    • 车辆绑定司机
      POST
    • 获取车辆详情
      GET
    • 更新车辆信息
      PUT
    • 获取车辆行驶证详情
      GET
    • 保存车辆行驶证信息
      POST
    • 获取车辆车次信息
      GET
    • 获取未绑定车辆的司机
      GET
    • 获取已经停用的车辆
      GET
    • 获取已经启用的车辆
      GET
  • 网点管理
    • 根据机构查询快递员
      GET
    • 获取快递员分页数据
      GET
    • 获取快递员详情
      GET
    • 保存业务范围
      POST
    • 获取业务范围
      GET
    • 删除作业范围
      DELETE
    • 获取树状机构信息
      GET
    • 获取员工分页数据
      GET
    • 获取员工详情
      GET
    • 获取机构详情
      GET
  • 运费管理
    • 运费模板列表
    • 新增/修改运费模板
    • 删除运费模板
  • 成本配置
    • 查询成本配置
    • 保存成本配置
  • 调度配置
    • 查询调度配置
    • 保存调度配置
  • 司机管理
    • 获取司机分页数据
    • 司机安排车辆
    • 获取司机基本信息详情
    • 保存司机信息
    • 保存司机驾驶证信息
    • 获取司机驾驶证信息
  • 文件上传相关接口
    • 图片上传
    • 文件上传
  • 货物类型
    • 添加货物类型
    • 获取货物类型分页数据
    • 获取货物类型信息列表
    • 获取货物类型详情
    • 更新货物类型
    • 删除货物类型
  • 货品管理
    • 获取货物列表
    • 添加货物
    • 更新货物信息
    • 删除货物
  • 订单管理
    • 获取订单分页数据
    • 获取订单详情
    • 更新订单
  • 派件、取件任务
    • 获取取派件分页数据
    • 分配快递员
  • 运单相关
    • 统计运单
    • 获取运单分页数据
    • 获取运单轨迹详情(未开发)
    • 获取运单详情
  • 运输任务
    • 手动调整 发车前调整车次 车辆 司机
    • 空车取消运输任务
    • 统计运输任务
    • 获取运输任务分页数据
    • 获取运输任务坐标
    • 获取运输任务详情
  • 线路管理
    • 添加线路
    • 获取线路分页数据
    • 获取线路详情
    • 更新线路
    • 删除线路
  • 车次管理
    • 获取车次列表
    • 添加车次
    • 获取车次-车辆绑定关系
    • 获取车次详情
    • 更新车次
    • 删除车次
    • 车次-安排车辆
  • 回车登记
    • 回车登记详情
    • 分页查询回车登记列表
  • 车型管理
    • 添加车辆类型
    • 获取车辆类型分页数据
    • 获取车辆类型信息列表
    • 获取车辆类型详情
    • 更新车辆类型
    • 删除车辆类型
  • 工作模式相关接口
    • 新增工作模式
    • 修改工作模式
    • 工作模式列表查询
    • 工作模式分页查询
    • 根据工作模式id获取工作模式详情
    • 工作模式删除
  • 工作排班相关接口
    • 分页查询排班
    • 批量关联排班
    • 人工调整
    • 下载排班模板
    • 导入排班
    • 删除
  • 工作台
    • 查询一条数据
  1. 车辆管理

获取车辆分页数据

开发中
GET
/manager/truck/page
报错

请求参数

Query 参数
licensePlate
string 
车牌号码
可选
page
integer 
页码
必需
示例值:
1
pageSize
integer 
页尺寸
必需
示例值:
10
truckTypeId
integer 
车辆类型id
可选
workStatus
integer 
状态
可选
Header 参数
Authorization
string 
可选
示例值:
{{token}}

返回响应

🟢200成功
application/json
Body
code
integer 
状态编码:200-成功,非200 -> 失败
必需
msg
string 
提示消息
必需
data
object 
响应数据
必需
分页数据消息体«车辆信息»
counts
string 
总条目数
必需
pageSize
integer 
页尺寸
必需
pages
string 
总页数
必需
page
integer 
页码
必需
items
array [object {17}] 
车辆信息
必需
示例
{
    "code": 200,
    "msg": "ok",
    "data": {
        "counts": "23",
        "pageSize": 10,
        "pages": "3",
        "page": 1,
        "items": [
            {
                "id": "1660911623981305857",
                "truckTypeId": "1575066321985286145",
                "truckTypeName": "4.2米箱式货车",
                "brand": "Ut in commodo consectetur",
                "licensePlate": "cupidatat et quis amet",
                "deviceGpsId": "85",
                "allowableLoad": 1232222,
                "allowableVolume": 10,
                "truckLicenseId": "26",
                "status": 62,
                "runStatus": 14,
                "workStatus": 35,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 0,
                "loadingRatio": 73,
                "picture": "http://dummyimage.com/400x400"
            },
            {
                "id": "1580391145201692674",
                "truckTypeId": "1575066321985286145",
                "truckTypeName": "4.2米箱式货车",
                "brand": null,
                "licensePlate": "豫F16806",
                "deviceGpsId": "123",
                "allowableLoad": 10.5,
                "allowableVolume": 10,
                "truckLicenseId": "1580733308242964481",
                "status": 1,
                "runStatus": 1,
                "workStatus": 0,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 0,
                "loadingRatio": null,
                "picture": ""
            },
            {
                "id": "1575354690074128386",
                "truckTypeId": "1575257460197634049",
                "truckTypeName": "12.8米箱式货车",
                "brand": null,
                "licensePlate": "辽B12345",
                "deviceGpsId": "12345",
                "allowableLoad": 20,
                "allowableVolume": 20,
                "truckLicenseId": "1575355065288175618",
                "status": 1,
                "runStatus": 1,
                "workStatus": 1,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 2,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/1d3f97e1-a592-48d8-ab1c-bdda6ee6db6e.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/b02e439d-5aa0-4073-83a2-31d85c8e2750.png"
            },
            {
                "id": "1575354299601203202",
                "truckTypeId": "1575257460197634049",
                "truckTypeName": "12.8米箱式货车",
                "brand": null,
                "licensePlate": "鄂B12345",
                "deviceGpsId": "12345",
                "allowableLoad": 20,
                "allowableVolume": 20,
                "truckLicenseId": "1575354489913552897",
                "status": 1,
                "runStatus": 1,
                "workStatus": 11,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 2,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/924fc07e-164a-474d-8125-707e74ff806e.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/e7904a87-672c-4079-bb84-4e01c48aba8f.png"
            },
            {
                "id": "1575348617611128834",
                "truckTypeId": "1575066321985286145",
                "truckTypeName": "4.2米箱式货车",
                "brand": null,
                "licensePlate": "鄂A12345",
                "deviceGpsId": "123456",
                "allowableLoad": 10,
                "allowableVolume": 10,
                "truckLicenseId": "1575349401815953410",
                "status": 1,
                "runStatus": 1,
                "workStatus": 1,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 2,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/349fb543-2817-460e-9bcd-8849d7e3a24d.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/3e4e507a-ab9b-4c8e-a597-c9fd4f18d762.png"
            },
            {
                "id": "1575348410018246657",
                "truckTypeId": "1575066321985286145",
                "truckTypeName": "4.2米箱式货车",
                "brand": null,
                "licensePlate": "辽A12345",
                "deviceGpsId": "1234564",
                "allowableLoad": 10,
                "allowableVolume": 10,
                "truckLicenseId": "1575349834030592002",
                "status": 1,
                "runStatus": 0,
                "workStatus": 1,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 2,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/ef350b53-d17e-4e5e-8f94-019620bc4864.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/9375bc47-5d6b-4c7d-be11-3a5a2387105b.png"
            },
            {
                "id": "1575326469345587201",
                "truckTypeId": "1575257460197634049",
                "truckTypeName": "12.8米箱式货车",
                "brand": null,
                "licensePlate": "川A67894",
                "deviceGpsId": "125678",
                "allowableLoad": 20,
                "allowableVolume": 20,
                "truckLicenseId": "1575326830299000834",
                "status": 1,
                "runStatus": 1,
                "workStatus": 1,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 2,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/6f6ae970-8216-4878-971a-8f477240d3ab.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/1d4b1a38-07d6-4804-b6fd-5b1c464e466d.png"
            },
            {
                "id": "1575326402853285890",
                "truckTypeId": "1575257460197634049",
                "truckTypeName": "12.8米箱式货车",
                "brand": null,
                "licensePlate": "川A44663",
                "deviceGpsId": "245456",
                "allowableLoad": 20,
                "allowableVolume": 20,
                "truckLicenseId": "1575327216791531522",
                "status": 1,
                "runStatus": 1,
                "workStatus": 1,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 2,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/8663947a-d774-4bd5-908c-9518546d4a3b.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/7186a53c-708f-48d9-8ea2-bc845ef1c092.png"
            },
            {
                "id": "1575324761915731969",
                "truckTypeId": "1575257668885229569",
                "truckTypeName": "6.8米箱式货车",
                "brand": null,
                "licensePlate": "陕A66223",
                "deviceGpsId": "123321",
                "allowableLoad": 12,
                "allowableVolume": 12,
                "truckLicenseId": "1575325680925487106",
                "status": 1,
                "runStatus": 1,
                "workStatus": 0,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 0,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/0120255a-0e4f-4565-8412-43e0626c8d3b.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/9e6935b9-7557-4d37-bd15-ac968e42f982.png"
            },
            {
                "id": "1575324652796719106",
                "truckTypeId": "1575257668885229569",
                "truckTypeName": "6.8米箱式货车",
                "brand": null,
                "licensePlate": "陕A88665",
                "deviceGpsId": "456456",
                "allowableLoad": 12,
                "allowableVolume": 12,
                "truckLicenseId": "1575326228563177473",
                "status": 1,
                "runStatus": 1,
                "workStatus": 0,
                "transportLineName": null,
                "driverName": null,
                "driverNum": 0,
                "loadingRatio": null,
                "picture": "https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/5fdb61de-b47f-4f53-932b-bd279981562c.png,https://yjy-slwl-oss.oss-cn-hangzhou.aliyuncs.com/f3f4214f-ef64-4b54-baf1-c04fc04ff388.png"
            }
        ]
    }
}
修改于 2023-05-23 07:45:25
上一页
添加车辆
下一页
车辆绑定司机
Built with