百校在线

一款教育软件


课程管理列表(机构或者教师)

<p><strong>简要描述:</strong> </p> <ul> <li>课程管理列表(机构或者教师)</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/Course/GetCourseManageList</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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>教师编号或者机构编号</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>1、教师 2、机构</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;: true,         &amp;quot;total&amp;quot;: 10,         &amp;quot;list&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 10, //课程id                 &amp;quot;title&amp;quot;: &amp;quot;《人工智能理论与应用》&amp;quot;, //课程标题                 &amp;quot;long_title&amp;quot;: &amp;quot;《人工智能理论与应用》课程简介&amp;quot;, //课程长标题                 &amp;quot;cover_pic&amp;quot;: &amp;quot;http://shangcheng112.oss-cn-beijing.aliyuncs.com/edu/a7bea861-470c-48f4-a8e0-9f4d870d3eb3.png&amp;quot;, //课程封面                 &amp;quot;telephone&amp;quot;: &amp;quot;2577-88210598&amp;quot;, //咨询电话                 &amp;quot;pics&amp;quot;: [], //详细图片                 &amp;quot;pic_sort&amp;quot;: &amp;quot;1&amp;quot;,//图片排序                 &amp;quot;intro&amp;quot;: &amp;quot;&amp;quot;, //详情简介 &amp;quot;num&amp;quot;: &amp;quot;K00010&amp;quot;, //课程编号                 &amp;quot;hot&amp;quot;: 100, //置顶率                 &amp;quot;unread_num&amp;quot;: 2, //咨询报名未读数量                 &amp;quot;audit_state&amp;quot;: 1//审核状态 //0、未申请 1、审核通过(在线) 2、审核不通过 3、申请中(0、2、3表示申请上线,1表示置顶,状态是3申请上线变灰或者提示已经申请)             }         ]     } }</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