王如霜-公开课热门推荐-20180707
<p><strong>简要描述:</strong> </p>
<ul>
<li>公开课首页显示所有课程分类</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/web-api/category/list</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;">无参</td>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;id&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;托福&quot;, //名称
&quot;enName&quot;: &quot;&quot;, //英文名称
&quot;sort&quot;: 1, //排序
&quot;isDel&quot;: &quot;&quot;, //删除 1正常 2删除
&quot;createdAt&quot;: &quot;&quot;, //创建时间
&quot;updatedAt&quot;: &quot;&quot; //修改时间
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>