获取年级列表 && 晨检项目列表接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取年级列表 && 晨检项目列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/morningcheck/selectgradeAll_new.html</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong>
无其他参数</p>
<p><strong>返回示例</strong></p>
<pre><code> {
"errcode": 0,
"mornchecks":
[
{"mornchecksetid":"1","mornchecksetname":"午检"}
],
"grades":[
{"gradeid":"0","gradename":"全校"},
{"gradeid":"1","gradename":"一年级"},
{"gradeid":"2","gradename":"二年级"}
]
}</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;">mornchecks</td>
<td style="text-align: left;">josn数组</td>
<td>检查项目</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>