百校在线

一款教育软件


学生列表

<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>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;获取成功&amp;quot;,     &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;id&amp;quot;: 56,             &amp;quot;head_portrait&amp;quot;: &amp;quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/portrait/22081519523146364.jpg&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;百校3808&amp;quot;,             &amp;quot;grade&amp;quot;: &amp;quot;1301&amp;quot;,             &amp;quot;grade_name&amp;quot;: &amp;quot;七年级&amp;quot;,             &amp;quot;edu_stage&amp;quot;: &amp;quot;初中阶段&amp;quot;,             &amp;quot;is_selected&amp;quot;: false,             &amp;quot;sex&amp;quot;: 1         },         {             &amp;quot;id&amp;quot;: 61,             &amp;quot;head_portrait&amp;quot;: &amp;quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/portrait/22081621101093264.jpg&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;王晓晓&amp;quot;,             &amp;quot;grade&amp;quot;: &amp;quot;1201&amp;quot;,             &amp;quot;grade_name&amp;quot;: &amp;quot;一年级&amp;quot;,             &amp;quot;edu_stage&amp;quot;: &amp;quot;小学阶段&amp;quot;,             &amp;quot;is_selected&amp;quot;: true,             &amp;quot;sex&amp;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>

页面列表

ITEM_HTML