我的订单
POST
my_order
接口描述
获取我的订单
请求参数
参数名
类型
描述
必填
keyword
string
订单号或商品名称
可选
time
int
1 :近1个月 2:近3个月
可选
order_status
int
订单状态 0待付款 1待发货 2待收货 3待评价 4已完成 -1售后申请 -2处理中 -3售后完成 -4取消交易
可选
del
string
这个参数不为空就是删除订单列表 为空就是未删除的
可选
响应参数
参数名
类型
描述
必填
code
int
状态码 200
必填
id
int
订单id
必填
order_no
int
订单号
必填
order_status
int
订单状态 0待付款 1待发货 2待收货 3待评价 4已完成 -1售后申请 -2处理中 -3售后完成 -4取消交易
必填
after_status
int
用户收货状态 0未发起售后 1申请售后 2处理中 3处理完成 -1售后取消
必填
goods_count
int
商品数量
必填
goods_total_amount
decimal
商品总价格
必填
real_total_amount
decimal
商品实付价格
必填
pay_channel
int
支付渠道 0 无 1支付宝 2微信 3银联 4PayPal 5visa/mastercar
必填
pay_time
datetime
订单支付时间
必填
out_trade_no
string
第三方订单号
必填
receive_time
datetime
收货时间
必填
deliver_order_number
string
发货单号(运单号)
必填
current_page
int
当前页码数
必填
last_page
int
总页码数
必填
total
int
数据总量
必填