获取班级学生列表
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{host}}/api/school.achievement/getStudents</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">class_id</td>
<td style="text-align: left;">16</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"code": 1,
"data": [
{
"id": 773,
"student_name": "杨俊哲"
},
{
"id": 774,
"student_name": "明紫萱"
},
{
"id": 775,
"student_name": "喻思涵"
},
{
"id": 776,
"student_name": "曲天硕"
},
{
"id": 777,
"student_name": "王天泽"
},
{
"id": 778,
"student_name": "秦嘉怡"
},
{
"id": 779,
"student_name": "师婷怡"
},
{
"id": 780,
"student_name": "李沅馨"
},
{
"id": 781,
"student_name": "张家兴"
},
{
"id": 782,
"student_name": "蒙子敬"
},
{
"id": 783,
"student_name": "李怡欣"
},
{
"id": 784,
"student_name": "朱博雅"
},
{
"id": 785,
"student_name": "罗辰熙"
},
{
"id": 786,
"student_name": "崔牧野"
},
{
"id": 787,
"student_name": "胡朱颜"
},
{
"id": 788,
"student_name": "王一润"
},
{
"id": 789,
"student_name": "王嘉豪"
},
{
"id": 790,
"student_name": "涂子辰"
},
{
"id": 791,
"student_name": "徐景奇"
},
{
"id": 792,
"student_name": "赵晨浩"
},
{
"id": 793,
"student_name": "徐婧涵"
},
{
"id": 794,
"student_name": "周子尧"
},
{
"id": 795,
"student_name": "李佳琪"
},
{
"id": 796,
"student_name": "高诗雅"
},
{
"id": 797,
"student_name": "吕静怡"
},
{
"id": 798,
"student_name": "毕叶宸"
},
{
"id": 799,
"student_name": "易晟睿"
},
{
"id": 800,
"student_name": "马兴龙"
},
{
"id": 801,
"student_name": "刘昊天"
},
{
"id": 802,
"student_name": "曹泽轩"
},
{
"id": 803,
"student_name": "黄梓瑞"
},
{
"id": 804,
"student_name": "王子平川"
},
{
"id": 805,
"student_name": "杜嘉莹"
},
{
"id": 806,
"student_name": "武子鑫"
},
{
"id": 807,
"student_name": "李锦茨"
},
{
"id": 808,
"student_name": "段一耀"
},
{
"id": 809,
"student_name": "张若熙"
},
{
"id": 810,
"student_name": "吴振熙"
},
{
"id": 811,
"student_name": "黄钰芯"
},
{
"id": 812,
"student_name": "王语彤"
},
{
"id": 813,
"student_name": "李怡雅"
},
{
"id": 814,
"student_name": "高欣怡"
},
{
"id": 815,
"student_name": "陈筱媛"
},
{
"id": 816,
"student_name": "曾辰俊"
},
{
"id": 817,
"student_name": "章元博"
},
{
"id": 818,
"student_name": "陈子宇"
},
{
"id": 819,
"student_name": "梁宜樊"
},
{
"id": 820,
"student_name": "郭葆隽"
},
{
"id": 821,
"student_name": "杨敏欣"
},
{
"id": 822,
"student_name": "马钰欣"
},
{
"id": 823,
"student_name": "王子灵"
},
{
"id": 824,
"student_name": "刘多雅"
},
{
"id": 825,
"student_name": "雷茜婻"
},
{
"id": 826,
"student_name": "刘俊泽"
},
{
"id": 827,
"student_name": "陈润析"
},
{
"id": 828,
"student_name": "谭恩贤"
},
{
"id": 829,
"student_name": "高明泽"
},
{
"id": 830,
"student_name": "张伟博"
},
{
"id": 831,
"student_name": "王世佑"
},
{
"id": 832,
"student_name": "郑沛儿"
},
{
"id": 1209,
"student_name": "测校长助理"
}
],
"token": ""
}
</code></pre>