董宇飞-课程分类三级-20180707
<p><strong>简要描述:</strong> </p>
<ul>
<li>首页鼠标移动到课程分类下的一级分类中,显示该一级分类下的三级分类</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/classify/selectNavCategoryThree?parentId=2</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;">parentId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>父级id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"createdAt": "2018-06-29 17:46:28",// 创建时间
"updatedAt": "2018-06-29 17:46:33",// 修改时间
"id": 2,// id
"parent_id": 1,// 父级id
"name": "儿童英语",// 名称
"type": 1,// 1 子级分类 2子级广告
"sort": 0,// 收藏数
"isDel": "1",// 删除 1正常 2删除
"url": "",// 链接
"level": "1",// 层级
"enName": "",// 英文名称
}
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>