智慧OA考勤


访客预约详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>访客预约详情 </li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/visitor/getVisitorById?id=xxxx</code></li> </ul> <h5>请求方式</h5> <ul> <li>Get </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>预约Id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;success&amp;quot;: true,     &amp;quot;message&amp;quot;: &amp;quot;&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;result&amp;quot;: {         &amp;quot;id&amp;quot;: &amp;quot;1654008680289624066&amp;quot;,         &amp;quot;intervierId&amp;quot;: &amp;quot;1650760255569866753&amp;quot;,         &amp;quot;intervierName&amp;quot;: &amp;quot;mjx&amp;quot;,         &amp;quot;intervierMobile&amp;quot;: &amp;quot;18589071324&amp;quot;,         &amp;quot;visitingUnit&amp;quot;: &amp;quot;小可爱&amp;quot;,         &amp;quot;passType&amp;quot;: &amp;quot;password&amp;quot;,         &amp;quot;promoterName&amp;quot;: &amp;quot;继续进行&amp;quot;,         &amp;quot;promoterMobile&amp;quot;: &amp;quot;18589071234&amp;quot;,         &amp;quot;timeStart&amp;quot;: &amp;quot;2023-05-05 14:22:31&amp;quot;,         &amp;quot;timeEnd&amp;quot;: &amp;quot;2023-05-06 14:22:34&amp;quot;,         &amp;quot;vistitingLong&amp;quot;: 1440,         &amp;quot;vistitingAreaId&amp;quot;: null,         &amp;quot;vistitingAreaName&amp;quot;: null,         &amp;quot;deviceSn&amp;quot;: null,         &amp;quot;vistitingPassword&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;openCount&amp;quot;: 0,         &amp;quot;usedCount&amp;quot;: 0,         &amp;quot;picUrl&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;remark&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;isVisit&amp;quot;: 0,         &amp;quot;status&amp;quot;: -1,         &amp;quot;orgId&amp;quot;: &amp;quot;1642731367740694530&amp;quot;,         &amp;quot;createBy&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;createTime&amp;quot;: &amp;quot;2023-05-04 14:22:54&amp;quot;,         &amp;quot;updateTime&amp;quot;: null,         &amp;quot;timeFrameStart&amp;quot;: null,         &amp;quot;timeFrameEnd&amp;quot;: null,         &amp;quot;isHistory&amp;quot;: false,         &amp;quot;web&amp;quot;: false     },     &amp;quot;data&amp;quot;: null,     &amp;quot;timestamp&amp;quot;: 1683366748816 }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">success</td> <td style="text-align: left;">boolean</td> <td>操作结果</td> </tr> </tbody> </table> <h5>备注</h5> <pre><code>返回列表详情</code></pre> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML