文档
测试

订单列表

POST
order_list

请求参数

参数名
类型
描述
必填
token
str
用户登录状态token
必填
day_type
int
传1为全部订单,默认为30天内订单
可选

响应参数

参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填
data
obj
返回的数据
必填
oid
int
订单id
必填
items
obj
商品信息
必填
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
是否已删除
必填
rules
obj
折扣信息
必填
id
int
折扣标识
必填
photo_url
str
折扣图片
必填

说明 / 示例

{ "code": 0, "msg": "ok", "data": [ { "oid": 1, "items": [ { "id": 134, "salesPrice": 1030, "contrastPrice": 1570, "count": 10, "saleCount": 106, "limitNumber": 99999, "name": "圣罗兰黑色奥飘茗女士香水(白夜版)90ML", "nameEN": "YVES SAINT LAURENT BLACK OPIUM NUIT BLANCHE 90ML", "pics": [ "https://pic-dg.cygame.cn/2020080700/159673317491534.jpg" ], "description": "白夜版", "status": 1, "rules": [],//打折规则 "is_rules": 1,//打折 "amount": 1 }, { "id": 8639, "salesPrice": 5500, "contrastPrice": 6400, "count": 3, "saleCount": 102, "limitNumber": 99999, "name": "巴黎世家男士休闲鞋605972W05GE100641", "nameEN": "Balenciaga SS20 M Shoes 605972W05GE100641", "pics": [ "https://pic-dg.cygame.cn/2020080704/159674404860946.jpg", "https://pic-dg.cygame.cn/2020080704/159674404845630.jpg", "https://pic-dg.cygame.cn/2020080704/159674404817803.jpg", "https://pic-dg.cygame.cn/2020080704/159674404843748.jpg", "https://pic-dg.cygame.cn/2020080704/159674404835728.jpg" ], "description": "巴黎世家袜子鞋", "status": 1, "amount": 1 } ], "total": "5,787.00", "discount": 9, "coupon_id": 4, "address_id": 2, "status": 0, "date": "2020-08-18 15:55", "paid_date": null, "sent_date": null, "deliver_sn": null, "add_integral": 0, "coupon": { "cid": 4, "amount": 100, "base_amount": 1000, "name": "满1000减100", "expire": "2020-08-20", "used": "2020-08-18" }, "address": { "aid": 2, "name": "陈泳滔", "mobile": 15814558828, "area": "广东省,广州市,海珠区", "zip_code": 510220, "address": "祈乐院51号" } } ] }