智慧校园

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


15.根据id获取进出记录详情

<p><strong>简要描述:</strong></p> <ul> <li>根据id获取进出记录详情</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://login.richx.cn/wuzhangai/getInoutDetailByInoutIdForApp.do</code></li> <li><code>http://192.168.0.103:9080/WisdomCampus3.0/wuzhangai/getInoutDetailByInoutIdForApp.do</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</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;">inoutId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>进出记录id</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;inoutId&amp;quot;: 2, &amp;quot;userId&amp;quot;: 307, &amp;quot;realName&amp;quot;: &amp;quot;陶明月&amp;quot;, &amp;quot;phone&amp;quot;: &amp;quot;18795954859&amp;quot;, &amp;quot;cardCode&amp;quot;: &amp;quot;6568956&amp;quot;, &amp;quot;status&amp;quot;: 2, &amp;quot;createTime&amp;quot;: &amp;quot;2017-11-13 12:12:00&amp;quot;, &amp;quot;type&amp;quot;: 2, &amp;quot;imgPath&amp;quot;: &amp;quot;3201140009/wuzhangai/headImg/2017110702256.jpg&amp;quot;, &amp;quot;headImg&amp;quot;: &amp;quot;3201140009/wuzhangai/headImg/2017110702256.jpg&amp;quot;, &amp;quot;apply&amp;quot;: { &amp;quot;applyId&amp;quot;: 9, &amp;quot;studentName&amp;quot;: &amp;quot;小陶&amp;quot;, &amp;quot;studentHeadImg&amp;quot;:&amp;quot;3201140009/wuzhangai/headImg/2017110702256.jpg&amp;quot;, &amp;quot;parentName&amp;quot;: &amp;quot;盛银江&amp;quot;, &amp;quot;auditName&amp;quot;: &amp;quot;邵波涛&amp;quot;, &amp;quot;startTime&amp;quot;: &amp;quot;2017-11-13 19:24&amp;quot;, &amp;quot;endTime&amp;quot;: &amp;quot;2017-11-13 19:28&amp;quot;, &amp;quot;reason&amp;quot;: &amp;quot;看起来军统&amp;quot;, &amp;quot;remark&amp;quot;: &amp;quot;看起来军统&amp;quot;, &amp;quot;status&amp;quot;: 0 } } }</code></pre> <p><strong>返回参数说明</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;">inoutId</td> <td style="text-align: left;">int</td> <td>进出记录id</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">int</td> <td>0普通的刷卡记录 1有接送申请 2有拜访邀请</td> </tr> <tr> <td style="text-align: left;">imgPath</td> <td style="text-align: left;">String</td> <td>抓拍头像</td> </tr> <tr> <td style="text-align: left;">headImg</td> <td style="text-align: left;">int</td> <td>卡对应的头像</td> </tr> <tr> <td style="text-align: left;">studentHeadImg</td> <td style="text-align: left;">String</td> <td>学生的头像</td> </tr> <tr> <td style="text-align: left;">reason</td> <td style="text-align: left;">String</td> <td>接送申请、拜访邀请原因</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;">apply</td> <td style="text-align: left;">Object</td> <td>拜访邀请、接送申请实体</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML