案例分类
<h5>简要描述</h5>
<ul>
<li>成功案例接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/case/classification</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>请求参数</h5>
<ul>
<li>无参数</li>
</ul>
<h5>返回示例</h5>
<pre><code> {
"code": 0,
"msg": "",
"data": {
ClassifiedNavigation: [
{
name: "交通工具",
aLink:"#vehicle"
},
{
name: "智能设备",
aLink:"#IntelligentDevice"
},
{
一共12个写了个两个大概样子
}
],
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">aLink</td>
<td style="text-align: left;">string</td>
<td>锚点链接</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>