8、根据班级获得学生
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据班级获得学生</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>authUserApp/getStudengByClazzId.do</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;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校Id</td>
</tr>
<tr>
<td style="text-align: left;">clazzId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>班级Id</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">String</td>
<td>学生姓名</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;ResponseCode&quot;: 0,
&quot;ResponseResult&quot;: &quot;获取成功&quot;,
&quot;ResponseObject&quot;: [
{
&quot;parentname&quot;: &quot;家长63&quot;,
&quot;bindPhone&quot;: &quot;15050591263&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;isDefalutUserName&quot;: 0,
&quot;studentName&quot;: &quot;123&quot;,
&quot;parentId&quot;: 65348,
&quot;uuserId&quot;: &quot;8a3546b7-d62f-43ea-bf33-33c2b112099c&quot;,
&quot;headImg&quot;: &quot;head/avatar_default.png&quot;,
&quot;studentId&quot;: 65354,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
},
{
&quot;parentname&quot;: &quot;家长65&quot;,
&quot;bindPhone&quot;: &quot;15050591265&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;isDefalutUserName&quot;: 0,
&quot;studentName&quot;: &quot;123&quot;,
&quot;parentId&quot;: 65349,
&quot;uuserId&quot;: &quot;ba5a2f09-20c9-4643-b220-cad8561a3489&quot;,
&quot;headImg&quot;: &quot;head/avatar_default.png&quot;,
&quot;studentId&quot;: 65354,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
},
{
&quot;parentname&quot;: &quot;家长2011&quot;,
&quot;bindPhone&quot;: &quot;13605102011&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;isDefalutUserName&quot;: 0,
&quot;studentName&quot;: &quot;学生1245&quot;,
&quot;parentId&quot;: 65394,
&quot;uuserId&quot;: &quot;e16177ba-f4a5-496c-a9f7-b40cd0d3c4b3&quot;,
&quot;headImg&quot;: &quot;head/avatar_default.png&quot;,
&quot;studentId&quot;: 65395,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
},
{
&quot;parentname&quot;: &quot;家长2012&quot;,
&quot;bindPhone&quot;: &quot;13605102012&quot;,
&quot;age&quot;: 0,
&quot;createUserId&quot;: 0,
&quot;isDefalutUserName&quot;: 0,
&quot;studentName&quot;: &quot;学生000002&quot;,
&quot;parentId&quot;: 65397,
&quot;uuserId&quot;: &quot;9054e18c-67b9-488d-a96d-04ec332e9b06&quot;,
&quot;headImg&quot;: &quot;head/avatar_default.png&quot;,
&quot;studentId&quot;: 65398,
&quot;isExist&quot;: false,
&quot;orderMessage&quot;: 0
}
]
}</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;">parentname</td>
<td style="text-align: left;">String</td>
<td>家长姓名</td>
</tr>
<tr>
<td style="text-align: left;">studentName</td>
<td style="text-align: left;">String</td>
<td>学生姓名</td>
</tr>
<tr>
<td style="text-align: left;">bindPhone</td>
<td style="text-align: left;">string</td>
<td>电话</td>
</tr>
<tr>
<td style="text-align: left;">studentId</td>
<td style="text-align: left;">int</td>
<td>学生userId</td>
</tr>
<tr>
<td style="text-align: left;">parentId</td>
<td style="text-align: left;">int</td>
<td>父母userId</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>