学生列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>学生列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Student/GetStudentList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get </li>
</ul>
<p><strong>header:</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;">access_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>验签token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 56,
&quot;head_portrait&quot;: &quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/portrait/22081519523146364.jpg&quot;,
&quot;name&quot;: &quot;百校3808&quot;,
&quot;grade&quot;: &quot;1301&quot;,
&quot;grade_name&quot;: &quot;七年级&quot;,
&quot;edu_stage&quot;: &quot;初中阶段&quot;,
&quot;is_selected&quot;: false,
&quot;sex&quot;: 1
},
{
&quot;id&quot;: 61,
&quot;head_portrait&quot;: &quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/portrait/22081621101093264.jpg&quot;,
&quot;name&quot;: &quot;王晓晓&quot;,
&quot;grade&quot;: &quot;1201&quot;,
&quot;grade_name&quot;: &quot;一年级&quot;,
&quot;edu_stage&quot;: &quot;小学阶段&quot;,
&quot;is_selected&quot;: true,
&quot;sex&quot;: 1
}
]
}</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;">code</td>
<td style="text-align: left;">int</td>
<td>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>