tourist

undefined


【通用】获取所有预约记录

<h5>简要描述</h5> <ul> <li>获取所有预约记录</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://dev-app-finclip.azurewebsites.net/app/user/login/getAppointmentList</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td>string</td> <td>鉴权token</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ "code": 1000, "message": "success", "data": [ { "id": 37, "createTime": "2024-04-28 15:30:02", "updateTime": "2024-04-28 15:30:02", "username": "游客A", "companions": 2, "email": "", "status": 1, "userId": "LV6BYQWMTDSOIT", "entourageInfo": "[{"name":"随行人A"},{"name":"随行人B"}]", "booking_rule_slot_id": 1, "book_date": "2024-04-29 00:00:00", "idCard": "1234", "start_time_slot": 3, "end_time_slot": 22 } ] } </code></pre> <h5>失败返回示例</h5> <pre><code>{ "code": 1001, "message": "登录失效~" } </code></pre> <h5>备注</h5> <p>无</p>

页面列表

ITEM_HTML