订单列表
POST
order_list
请求参数
参数名
类型
描述
必填
token
str
用户登录状态token
必填
day_type
int
传1为全部订单,默认为30天内订单
可选
响应参数
参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填
oid
int
订单id
必填
id
int
商品ID
必填
salesPrice
decimal
现在价格
必填
contrastPrice
decimal
市场价格
必填
limitNumber
int
限购数量,为99999时不限购
必填
name
str
商品名称
必填
nameEN
str
商品英文名称
必填
pics
obj
图片集合
必填
status
int
购买状态
必填
amount
int
购买数量
必填
total
decimal
实付价格
必填
date
str
下单时间
必填
paid_date
str
支付时间
必填
address
obj
地址
必填
spell_order
int
是否拼单
必填
spell_pid
int
拼单商品ID
必填
spell_num
int
拼单商品数量
必填
is_del
tinyint
是否已删除
必填