获取学生上次缺勤类型数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取学生上次缺勤类型数据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/morningcheck/getstudentabsencedata.html</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;">classsetid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>班级id</td>
</tr>
<tr>
<td style="text-align: left;">studentid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学生id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"type": "0",
"title": "",
"content": "",
"data": "{\"errmsg\":\"查询成功\",\"studentobj\":{\"sex\":\"1\",\"morncheckpic\":[],\"reason\":\"哦哦哦\",\"ctpostorder\":\"1185644186288869376\",\"userid\":\"1144035986024517632\",\"absencemc\":\"咯莫-111\",\"userno\":\"20191218001\",\"absenceid\":\"[\\\"1182468304330117120\\\",\\\"1182824030856630272\\\"]\",\"controlJson\":{\"1185644186288869376\":\"2020/05/09\"},\"controlAry\":[{\"k1\":\"毕业时间\",\"k2\":\"2020/05/09\"}],\"username\":\"关羽\",\"leavestatus\":\"0\",\"logourl\":\"https://qsedupro.oss-cn-hangzhou.aliyuncs.com/studenthead/grid_icon6.png\",\"notempdescription\":\"\",\"isoktemp\":\"\",\"isconcern\":\"1\",\"custom\":{\"1185644186288869376\":\"Sat May 09 2020 17:03:26 GMT+0800\"}},\"errcode\":\"0\"}",
"trackid": "1195878694455869440"
}</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;">studentobj</td>
<td style="text-align: left;">json对象</td>
<td>检查学生上次填充的数据 数据格式和之前的一样</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>