文档
测试

用户展厅预约列表

POST
{{url}}/admin/rotaOrderList

请求参数

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

说明 / 示例

{ "code": 200, "msg": "成功", "data": { "current_page": 1, "data": [ { "rn": 1, "id": 2, "user_id": 2, "name": "xingdi", 姓名 "num": 1, 人数 "tel": "18841745972", 手机 "unit": "wu", 单位 "addtime": 1675854565, "rota_info_id": 134, "order_num": "63e382e560d61", 预约单号 "status": 2, 1待兑换 2已取消 3兑换成功(已核销) "qr_img": "qrcodes/2023-02-08/63e382e560d61.png", "type": 1, 1预约上午 2预约下午 "call_if": 1, 是否打电话确认 1没打 2打了 "day": "2023-01-31" 预约日期 } ], "first_page_url": "http://www.zhongxin.com/admin/rotaOrderList?match=x&page=1", "from": 1, "last_page": 1, "last_page_url": "http://www.zhongxin.com/admin/rotaOrderList?match=x&page=1", "next_page_url": null, "path": "http://www.zhongxin.com/admin/rotaOrderList", "per_page": 20, "prev_page_url": null, "to": 1, "total": 1 } }