订单列表接口
POST
/api/in/together/v1/order/orderLst
接口描述
订单列表接口
请求参数
参数名
类型
描述
必填
uid
char(1)
用户ID
必填
limit
int(11)
获取条数【默认20】
必填
page
int(11)
页码数【默认1】
必填
type
int(1)
查询模块【1待支付,2待发货,3待收货,4已完成】
必填
响应参数
参数名
类型
描述
必填
wait
int(11)
待支付数量
必填
pay
int(11)
待发货数量
必填
delivery
int(11)
待收货数量
必填
complete
int(11)
已完成数量
必填
order_id
int(11)
跳转ID
必填
order_num
char(12)
订单编号
必填
goods_id
int(11)
商品ID
必填
title
varchar(255)
商品标题
必填
pic
varchar(255)
商品展示图
必填
specs
json
商品规格
必填
specs_id
int(11)
商品规格ID
必填
pay_num
int(11)
购买数量
必填
create_time
int(11)
订单创建时间
必填
time
char(20)
过去多久时间
必填