SaNikePto


查询个人请假记录

<p><strong>简要描述:</strong> </p> <ul> <li>查询个人请假记录</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://54.223.84.27:3000/api/pto/selfRecords</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>是否验证token:</strong></p> <ul> <li>是</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> <th>参数位置</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>token,值为 <strong>Bearer xxx</strong></td> <td>请求头</td> </tr> <tr> <td style="text-align: left;">year</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>年度,格式yyyy</td> <td>请求参数</td> </tr> </tbody> </table> <p><strong>请求示例:</strong></p> <p><code>http://54.223.84.27:3000/api/pto/selfRecords?year=2024</code></p> <p><strong>请求成功返回示例</strong></p> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;code&amp;quot;: 200, &amp;quot;data&amp;quot;: [ { &amp;quot;recordId&amp;quot;: 1, &amp;quot;userId&amp;quot;: 100, &amp;quot;startDate&amp;quot;: &amp;quot;2024-08-13&amp;quot;, //假期开始时间 &amp;quot;endDate&amp;quot;: &amp;quot;2024-08-15&amp;quot;, //假期结束时间 &amp;quot;hourAmount&amp;quot;: 22.5, //假期总时长 &amp;quot;applyYear&amp;quot;: &amp;quot;2024&amp;quot;, //申请年度 &amp;quot;applyMonth&amp;quot;: null, &amp;quot;applyDay&amp;quot;: null, &amp;quot;applyTime&amp;quot;: &amp;quot;2024-08-13 15:48:12&amp;quot;, //申请时间 &amp;quot;ptoType&amp;quot;: &amp;quot;pto_annual&amp;quot;, //假期类型 &amp;quot;ptoTypeDesc&amp;quot;: &amp;quot;年假&amp;quot;, //假期类型名称 &amp;quot;reasonType&amp;quot;: &amp;quot;reason_others&amp;quot;, //请假理由类型 &amp;quot;reasonTypeDesc&amp;quot;: &amp;quot;其他&amp;quot;, //请假理由名称 &amp;quot;remarks&amp;quot;: &amp;quot;备注&amp;quot;, //备注 &amp;quot;nickName&amp;quot;: null, &amp;quot;email&amp;quot;: null, &amp;quot;phoneNumber&amp;quot;: null } ] }</code></pre> <p><strong>请求错误返回示例</strong></p> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;xxx错误&amp;quot;, &amp;quot;code&amp;quot;: 500 }</code></pre> <p><strong>无token/token过期</strong></p> <pre><code>//无token { &amp;quot;msg&amp;quot;: &amp;quot;请求访问:/pto/resetPwd,认证失败,无法访问系统资源&amp;quot;, &amp;quot;code&amp;quot;: 401 }</code></pre>

页面列表

ITEM_HTML