智慧校园

对外提供的 亦信 电子班牌等


7.获取请假审核列表

<p><strong>简要描述:</strong> </p> <ul> <li>获取自己的请假审核列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>测试 http://192.168.0.104:9080/WisdomCampus3.0/leave/getLeaveAuditListByApiKey.do</code></li> <li><code>正式 https://login.richx.cn/leave/getLeaveAuditListByApiKey.do</code></li> </ul> <p><strong>请求参数:</strong> </p> <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;">apiKey</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td></td> </tr> <tr> <td style="text-align: left;">schoolId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>学校Id</td> </tr> <tr> <td style="text-align: left;">currentPage</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Integer</td> <td>当前页</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;ResponseCode&amp;quot;: 0, &amp;quot;ResponseResult&amp;quot;: &amp;quot;获取成功&amp;quot;, &amp;quot;ResponseObject&amp;quot;: { &amp;quot;list&amp;quot;: [ { &amp;quot;id&amp;quot;: 51, &amp;quot;leaveId&amp;quot;: 51, &amp;quot;startTime&amp;quot;: &amp;quot;2016-12-26 15:31&amp;quot;, &amp;quot;endTime&amp;quot;: &amp;quot;2016-12-26 17:31&amp;quot;, &amp;quot;type&amp;quot;: 1, &amp;quot;remark&amp;quot;: &amp;quot;肚子疼&amp;quot;, &amp;quot;auditId&amp;quot;: 310, &amp;quot;applyUserId&amp;quot;: 21312, &amp;quot;userName&amp;quot;: &amp;quot;小许&amp;quot;, &amp;quot;auditStatus&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;createTime&amp;quot;: &amp;quot;2017-01-12 16:31:13.0&amp;quot; }, { &amp;quot;id&amp;quot;: 50, &amp;quot;leaveId&amp;quot;: 50, &amp;quot;startTime&amp;quot;: &amp;quot;2016-12-26 15:31&amp;quot;, &amp;quot;endTime&amp;quot;: &amp;quot;2016-12-26 17:31&amp;quot;, &amp;quot;type&amp;quot;: 1, &amp;quot;remark&amp;quot;: &amp;quot;肚子疼&amp;quot;, &amp;quot;auditId&amp;quot;: 310, &amp;quot;applyUserId&amp;quot;: 21312, &amp;quot;userName&amp;quot;: &amp;quot;小许&amp;quot;, &amp;quot;auditStatus&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;createTime&amp;quot;: &amp;quot;2017-01-12 16:25:59.0&amp;quot; } ], &amp;quot;allRow&amp;quot;: 13, &amp;quot;totalPage&amp;quot;: 7, &amp;quot;currentPage&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 2, &amp;quot;isFirstPage&amp;quot;: true, &amp;quot;isLastPage&amp;quot;: false, &amp;quot;hasPreviousPage&amp;quot;: false, &amp;quot;hasNextPage&amp;quot;: true } }</code></pre> <p><strong>返回参数说明-ResponseObject值</strong> </p> <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;">type</td> <td style="text-align: left;">Integer</td> <td>请假类型 0事假1病假2产假3出差</td> </tr> <tr> <td style="text-align: left;">auditStatus</td> <td style="text-align: left;">Integer</td> <td>审核状态 0 未审核 1审核通过 2 审核不通过</td> </tr> <tr> <td style="text-align: left;">remark</td> <td style="text-align: left;">String</td> <td>说明请假理由</td> </tr> <tr> <td style="text-align: left;">auditTime</td> <td style="text-align: left;">String</td> <td>审核时间</td> </tr> <tr> <td style="text-align: left;">auditRemark</td> <td style="text-align: left;">String</td> <td>审核处理结果</td> </tr> <tr> <td style="text-align: left;">totalPage</td> <td style="text-align: left;">Integer</td> <td>总页数</td> </tr> <tr> <td style="text-align: left;">currentPage</td> <td style="text-align: left;">Integer</td> <td>当前页数</td> </tr> </tbody> </table>

页面列表

ITEM_HTML