导出当前条件订单
GET
http://172.16.16.100:8085/api/admin/order/excel
请求参数
参数名
类型
描述
必填
orderNum
Long
订单号
必填
status
Integer
订单状态0已取消1退款中2已退款3待确定4已确认生产中5生产完待发货6部分发货7已发货8已完成
必填
shipment
Integer
配送方式(0快递送货上门1物流点自取2来厂自提)
必填
payment
Integer
支付方式(0转账1月结)
必填
payStatus
Integer
支付状态(0未支付1已支付)
必填
province
Integer
收货省份
必填
consignee
String
收货人
必填
startCreatedAt
date
开始下单时间
必填
oldCreatedAt
date
最后下单时间
必填
page
Integer
当前页数
必填
limit
Integer
每页条数
必填
响应参数
参数名
类型
描述
必填
retMsg
String
操作成功,服务端异常
必填
retCode
String
0表示操作成功,50010服务端异常
必填
data
Object
返回参数
必填