文档
测试

我的订单列表

GET
order/orderlist

请求参数

参数名
类型
描述
必填
status
int
1已下单,2已发货,3已签收,-1已取消
必填
username
string
用户名称
必填

响应参数

参数名
类型
描述
必填
total
int
总数
必填
last_page
int
最后一页页码
必填
data
array
数据集
必填
id
int
订单ID
必填
total_price
int
订单总价
必填
order_sn
string
订单编号
必填
add_time
string
下单时间
必填
status_name
string
状态名称
必填
product_list
array
订单列表
必填
gid
int
商品ID
必填
goods_title
string
商品名称
必填
goods_thumb
string
商品预览图
必填
num
int
数量
必填
price
float
单价
必填
total_price
float
总价
必填
address
string
地址信息
必填