百校在线

一款教育软件


获取课程报名列表

<p><strong>简要描述:</strong> </p> <ul> <li>获取课程报名列表</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/Course/GetSignUpList</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>Get </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;">course_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>课程编号</td> </tr> <tr> <td style="text-align: left;">class_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>班级编号</td> </tr> <tr> <td style="text-align: left;">page_current</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>当前页 默认1</td> </tr> <tr> <td style="text-align: left;">page_size</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>每页条数 默认5</td> </tr> </tbody> </table> <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;msg&amp;quot;:&amp;quot;获取成功&amp;quot;, &amp;quot;description&amp;quot;: &amp;quot;&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;hasNextPage&amp;quot;: false,         &amp;quot;total&amp;quot;: 1,         &amp;quot;list&amp;quot;: [             { &amp;quot;id&amp;quot;: 1, //编号                 &amp;quot;student_id&amp;quot;: 59, //学生编号                 &amp;quot;head_portrait&amp;quot;: &amp;quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/portrait/23080721532150763.jpg&amp;quot;, //学生头像                 &amp;quot;telephone&amp;quot;: &amp;quot;1111111111111&amp;quot;, //联系方式                 &amp;quot;sex&amp;quot;: 1, //性别                 &amp;quot;grade_name&amp;quot;: &amp;quot;七年级&amp;quot;, //年级                 &amp;quot;name&amp;quot;: &amp;quot;小明&amp;quot;, //学生名称                 &amp;quot;class_id&amp;quot;: 1, //班级编号                 &amp;quot;class_name&amp;quot;: &amp;quot;一班&amp;quot;, //班级名称                 &amp;quot;course_type_id&amp;quot;: 156,                 &amp;quot;course_type_title&amp;quot;: &amp;quot;三人同报一人免单&amp;quot;,                 &amp;quot;type_name&amp;quot;: &amp;quot;购买报名3&amp;quot;,                 &amp;quot;rv_state&amp;quot;: &amp;quot;1&amp;quot;, //意向度                 &amp;quot;rv_state_name&amp;quot;: &amp;quot;无意向&amp;quot;,                 &amp;quot;is_new&amp;quot;: true, //是否是新消息             }         ]     } }</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