扫码获取司机订单
GET
http://localhost:8094/wx/driver/getOrderList?current=1&size=10&type=1&driverId=1&wsId=2
请求参数
参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
type
int
(1原料入库 4 成品出库 )示例:1
必填
driverId
int
(司机id)示例:1
必填
wsId
int
(车间id)示例:2
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
createTime
string
(时间)示例:2022-02-23 15:12:04
必填
totalWeight
int
(总重)示例:50
必填
totalMoney
int
(总金额)示例:300
必填
orderNum
string
(订单号)示例:RI20220223151204172
必填
isConfrim
int
(1 未确认 2确认)示例:2
必填
driverName
string
(司机姓名)示例:XXX
必填
type
int
(1 原料入库 4 成品出库)示例:1
必填
carPic
string
(车头照)示例:https://smart-recovery.oss-cn-hangzhou.aliyuncs.com/pic/2022-02-23/f3f8656cbd16489cb9744713a2243fec.jpg
必填
poId
int
订单id 示例:120
必填
total
int
示例:2
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填