tourist

undefined


【通用】获取预约记录详情

<h5>简要描述</h5> <ul> <li>获取预约记录详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://dev-app-finclip.azurewebsites.net/app/user/login/getAppointmentInfo</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>{ "id": "37" } </code></pre> <h5>json字段说明</h5> <table> <thead> <tr> <th style="text-align: left;">字段名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">是</td> <td>string</td> <td>预约记录id</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, "qrcodeInfo": "c090fb61afeded347423d81959f74d36b7a37eaabbeaf66651fe0735dfc03fdd0323729975474fbb6d8a9c4627c3d549" } } </code></pre> <h5>失败返回示例</h5> <pre><code>{ "code": 1001, "message": "登录失效~" } </code></pre> <h5>备注</h5> <p>无</p>

页面列表

ITEM_HTML