电子班牌


根据studentId获取单个学生考勤信息

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>根据studentId获取单个学生考勤信息</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://serviceAddress/card/record/getStudent</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</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;">studentNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>学生学号</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: 200, &amp;quot;flag&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;data&amp;quot;:[ {&amp;quot;desc&amp;quot; :&amp;quot;上午签到&amp;quot;,&amp;quot;studentName&amp;quot;:&amp;quot;张三&amp;quot;,&amp;quot;checkTime&amp;quot;:8:30} ] } ##### 返回参数说明 |参数名|类型|说明| |:----- |:-----|-----| |code |int |code == 200时,说明接口http 请求成功,非200的情况说明http请求失败,此时flag必定=false| |msg|String |返回消息,如果flag = false,则msg 返回错误信息 | |flag |boolean |除了code =200之外,还要根据flag,判断此接口定义接口业务调用是否成功: true 成功,false 失败 | |desc |String| 描述 | |studentName |String|学生姓名 | |checkTime |String|考勤时间 8:30 | ##### 备注 - 更多返回错误代码请看首页的错误代码描述</code></pre>

页面列表

ITEM_HTML