我的订单
GET
http://localhost/api/order?page=1
请求头
参数名
类型
描述
必填
token
必填
请求参数
参数名
类型
描述
必填
page
必填
status
1全部订单,2进行中,3已完成
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:success
必填
count
int
示例:8
必填
current
int
示例:1
必填
limit
int
示例:10
必填
id
int
示例:1
必填
code
string
示例:DJ202103091130134024869 订单号
必填
create_time
string
示例:2021-03-09 11:30:13
必填
status
int
示例:1 1已预约2待收货3验货中4待确认5已完成6已退回7已取消
必填
model
string
示例:iPhone 11 Pro Max
必填
predict_price
int
示例:4000 预估价
必填
price
int
示例:4000 成交价
必填
back_logistics_no
object
示例:null 快递号
必填