文档
测试

订单列表

GET
192.168.1.17/index.php/api/Order/list?status=1

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
status
-1 全部 0未支付 1已完成
必填
page
必填
limit
必填

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
data
必填

说明 / 示例

{ "code": 1, "msg": "success", "time": "1626069235", "data": { "total": 4, "per_page": 5, "current_page": 1, "last_page": 1, "data": [ { "id": 2, "user_id": 2, "shop_id": 1, "order_no": "2021070757551004", "create_time": "2021-07-06 17:31:54", "pay_time": "2021-07-06 17:31:57", "num": "4", "total": "40.00", "pay_price": "40.00", "status": "1", "desk_id": 1, "comment_time": null, "is_comment": 0, "shop_name": "爱烤肉(观澜百佳华店)", "orderdetail": [ { "id": 3, "order_id": 2, "goods_id": 22, "avatar": "/uploads/20210706/3a047ae1d0716bca4c810f7a90f37c7e.png", "goods_price": "20.00", "quantity": 2, "total": "40.00", "attr_symbol_path": "0", "goods_name": "牛肉", "attr": "规格:默认" } ] }, { "id": 7, "user_id": 2, "shop_id": 1, "order_no": "2021070752491019", "create_time": "2021-07-07 14:37:56", "pay_time": "2021-07-09 15:36:51", "num": "1", "total": "10.00", "pay_price": "10.00", "status": "1", "desk_id": 1, "comment_time": null, "is_comment": 0, "shop_name": "爱烤肉(观澜百佳华店)", "orderdetail": [ { "id": 5, "order_id": 7, "goods_id": 21, "avatar": "/uploads/20210706/e7be78280996c20bf587079f9fac9034.png", "goods_price": "10.00", "quantity": 1, "total": "10.00", "attr_symbol_path": "71,72,73", "goods_name": "五花肉", "attr": "原料:猪五花肉,口味:原味,重量:600克" } ] }, { "id": 6, "user_id": 2, "shop_id": 1, "order_no": "2021070757551005", "create_time": "2021-07-07 14:35:05", "pay_time": "2021-07-09 10:53:20", "num": "1", "total": "10.00", "pay_price": "10.00", "status": "1", "desk_id": 1, "comment_time": "2021-07-09 14:31:02", "is_comment": 1, "shop_name": "爱烤肉(观澜百佳华店)", "orderdetail": [ { "id": 4, "order_id": 6, "goods_id": 21, "avatar": "/uploads/20210706/e7be78280996c20bf587079f9fac9034.png", "goods_price": "10.00", "quantity": 1, "total": "10.00", "attr_symbol_path": "71,72,73", "goods_name": "五花肉", "attr": "原料:猪五花肉,口味:原味,重量:600克" } ] }, { "id": 20, "user_id": 2, "shop_id": 1, "order_no": "2021071098524997", "create_time": "2021-07-10 18:14:51", "pay_time": "2021-07-12 10:12:59", "num": "1", "total": "10.00", "pay_price": "10.00", "status": "1", "desk_id": 1, "comment_time": "2021-07-12 10:17:07", "is_comment": 1, "shop_name": "爱烤肉(观澜百佳华店)", "orderdetail": [ { "id": 13, "order_id": 20, "goods_id": 21, "avatar": "/uploads/20210706/e7be78280996c20bf587079f9fac9034.png", "goods_price": "10.00", "quantity": 1, "total": "10.00", "attr_symbol_path": "80,81,82,83", "goods_name": "五花肉", "attr": "重量:600克,口味:原味,原料:猪五花肉,cs:111" } ] } ] } }