查询订单
POST
https://zdlrceshi.utools.club/distribution/findOrderByPhone
接口描述
根据传入的分销人员手机号查询订单
请求参数
参数名
类型
描述
必填
phone
String
手机号码
必填
orderStatus
String
默认值为-1,0为未支付,1为备货中,2为待收货,3为已完成
必填
receivingPeoplePhone
String
单独被查询的收货人手机号码(可模糊)
必填
pageNum
Integer
传入的页码
必填
pageSize
Integer
页码大小
必填