文档
测试

订单列表

POST
Company/single_list

接口描述

订单列表

请求参数

参数名
类型
描述
必填
order_number
string
订单号
可选
start
日期格式
开始时间
可选
end
日期格式
结束时间
可选
status
可选
token
string
登录时返回的Token
必填
user_id
int
用户ID
必填
page
int
页数
可选

响应参数

参数名
类型
描述
必填
code
int
200成功
必填
msg
string
描述
必填
data
array
必填
order_number
string
订单号
必填
price
string
金额
必填
weight
string
重量
必填
status
string
1待审核,2审核成功,3审核失败
必填
time
string
时间
必填
name
string
仓库名称
必填