文档
测试

订单列表

GET
/api/order

请求参数

参数名
类型
描述
必填
page
int
当前页
必填
status
int
状态0,未支付,1,已支付,2,已发货,3,已收货,4,已评价,5,已取消,
必填
pageSize
int
每页条目
必填

响应参数

参数名
类型
描述
必填
data
array
订单信息
必填
id
必填
trade_no
必填
buy_status_name
必填
order_goods
object
订单商品
必填
specifications
string
规格描述
必填
price
float
购买单价
必填
num
int
购买数量
必填
goods
object
产品信息
必填
id
int
产品id
必填
name
string
产品名称
必填
thumbnail_http
string
产品图片
必填
status
int
发送的查询状态
必填
page
int
下一页
必填
total_page
int
总页数
必填
pay_price
必填

说明 / 示例

{ "data": [ { "id": 2, "postage": 0, "status": 0, "pay_type": 0, "pay_at": null, "created_at": "2022-07-20 10:18:17", "updated_at": "2022-07-20 10:18:17", "deleted_at": null, "send_at": null, "integral": 0, "change_address": 0, "trade_no": "2022072057575497", "type": 1, "user_id": 1, "total_price": null, "success_at": null, "store_id": 0, "user_coupon_id": 0, "level": 0, "pay_price": null, "genre": 0, "coupon_discount": "0.00", "status_name": "等待买家付款", "buy_status_name": "待付款", "is_refund": true, "type_name": "自提", "genre_name": "正常订单", "order_goods": [ { "id": 1, "price": 1, "num": 1, "specifications": "", "order_id": 2, "goods_id": 2, "is_comment": 0, "integral": 0, "postage": 0, "good_size_id": null, "goods": { "id": 2, "name": "ceshi", "thumbnail": "/images/1653010762583.jpg", "price": 2000, "rel_price": 1, "express_price": null, "store": 999, "ord": 0, "cate_id": 1, "sales_num": 10, "parameter": [ { "key": "规格", "value": "100*100" } ], "detail": "<img src=\"/editor/attached/image/20220520/20220520093251_13704.jpg\" alt=\"\" />", "home_page": 1, "status": 0, "comment_num": 0, "is_hot": 0, "created_at": "2022-05-20 09:39:22", "updated_at": "2022-07-20 10:18:17", "images": "<img src=\"/editor/attached/image/20220520/20220520093236_49892.jpg\" alt=\"\" />", "service":"[{\"key\":\"7\天\无\理\由\",\"value\":\"7\天\无\理\由\退\换\货\"}]", "deleted_at": null, "collect_num": 0, "customer_id": null, "deduction": "5.00", "final_payment": "1500.00", "process": "1,付定金-2,到店付尾款-3,发货", "video_src": null, "on_sale": [ { "key": "满减", "value": "满200减100" } ], "thumbnail_http": "http://127.0.0.77/images/1653010762583.jpg" } } ], "express": null } ], "status": null, "page": 2, "total_page": 1 }