文档
测试

getDriverList(获取司机列表)

GET
http://milaapi.yfcat.com/admin/driver/getDriverList

接口描述

获得司机列表

响应参数

参数名
类型
描述
必填
status
状态码
200,201,202
必填
200
必填
201
必填
202
必填
data
对象
响应成功返回结果
必填
total
整型
总计
必填
per_page
整型
每一页
必填
current_page
整型
当前页
必填
last_page
整型
最后一页
必填
data
数组
必填
id
整型
id
必填
drivername
字符串
司机名称
必填
province
字符串
省份
必填

说明 / 示例

**### 数据结构:** >s {"status":200,"data":{"total":2,"per_page":15,"current_page":1,"last_page":1,"data":[{"id":5,"drivername":"王保清","province":"四川省"},{"id":8,"drivername":"赵孝杰","province":""}]}}