文档
测试

订单列表

GET
192.168.1.17/index.php/api/worker/orderList

请求头

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

请求参数

参数名
类型
描述
必填
desk_id
必填
shop_id
必填

响应参数

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

说明 / 示例

{ "code": 1, "msg": "success", "time": "1626069751", "data": { "total": 12, "per_page": 5, "current_page": 1, "last_page": 3, "data": [ { "id": 1, "user_id": 2, "shop_id": 1, "order_no": "2021070757551001", "create_time": "2021-07-06 15:43:32", "pay_time": "2021-07-06 15:43:38", "num": "4", "total": "50.00", "pay_price": "50.00", "status": "0", "desk_id": 1, "comment_time": null, "is_comment": 0, "shop_name": "爱烤肉(观澜百佳华店)", "orderdetail": [ { "id": 1, "order_id": 1, "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": 2, "order_id": 1, "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": 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": 8, "user_id": 2, "shop_id": 1, "order_no": "2021070752515310", "create_time": "2021-07-07 14:39:00", "pay_time": null, "num": "1", "total": "10.00", "pay_price": "10.00", "status": "0", "desk_id": 1, "comment_time": null, "is_comment": 0, "shop_name": "爱烤肉(观澜百佳华店)", "orderdetail": [ { "id": 6, "order_id": 8, "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克" } ] } ] } }