文档
测试

分提单列表

GET
http://localhost:8085/user/order/getDriverOrderList?current=1&size=10&orderId=1

请求参数

参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
orderId
int
(订单id)示例:1
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
visitTime
string
(预约时间)示例:2020-12-27
必填
licensePlate
string
(车牌)示例:浙B22222
必填
driverId
int
(司机id)示例:2
必填
expectNum
float
(预定数量)示例:20.5
必填
qrCode
string
(二维码)示例:https://zhezhou-oil.oss-cn-hangzhou.aliyuncs.com/pic/2020-12-26/999463ab747b4e58a1fbeab58b7ed60c.jpg
必填
orderId
int
示例:1
必填
createTime
string
(创建时间)示例:2020-12-26 15:09:05
必填
doId
int
示例:1
必填
driverName
string
(司机名称)示例:司机2号
必填
driverPhone
string
(司机电话)示例:22222222222
必填
status
int
('1 未提货 2 已提货)示例:1
必填
total
int
示例:1
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填