文档
测试

订单列表

POST
192.168.1.17/index.php/api/shop/order_list

请求头

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

请求参数

参数名
类型
描述
必填
page
必填
limit
必填

说明 / 示例

{ "code": 1, "msg": "success", "time": "1626057228", "data": { "total": 12, "per_page": 5, "current_page": 1, "last_page": 3, "data": [ { "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, "yh": 0, "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" } ] }, { "id": 14, "user_id": 2, "shop_id": 1, "order_no": "2021070798995456", "create_time": "2021-07-07 14:39:23", "pay_time": null, "num": "1", "total": "10.00", "pay_price": "10.00", "status": "0", "desk_id": 1, "comment_time": null, "is_comment": 0, "yh": 0, "orderdetail": [ { "id": 12, "order_id": 14, "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": 13, "user_id": 2, "shop_id": 1, "order_no": "2021070754575355", "create_time": "2021-07-07 14:39:18", "pay_time": null, "num": "1", "total": "10.00", "pay_price": "10.00", "status": "0", "desk_id": 1, "comment_time": null, "is_comment": 0, "yh": 0, "orderdetail": [ { "id": 11, "order_id": 13, "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": 12, "user_id": 2, "shop_id": 1, "order_no": "2021070753101975", "create_time": "2021-07-07 14:39:17", "pay_time": null, "num": "1", "total": "10.00", "pay_price": "10.00", "status": "0", "desk_id": 1, "comment_time": null, "is_comment": 0, "yh": 0, "orderdetail": [ { "id": 10, "order_id": 12, "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": 9, "user_id": 2, "shop_id": 1, "order_no": "2021070752485051", "create_time": "2021-07-07 14:39:16", "pay_time": null, "num": "1", "total": "10.00", "pay_price": "10.00", "status": "0", "desk_id": 1, "comment_time": null, "is_comment": 0, "yh": 0, "orderdetail": [ { "id": 7, "order_id": 9, "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克" } ] } ] } }