徐坤帅-获取用户导航-20180721
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取用户导航
<strong>变更履历</strong></li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">版本号</th>
<th style="text-align: left;">说明</th>
<th style="text-align: left;">变更者</th>
<th style="text-align: left;">日期</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">0.1</td>
<td style="text-align: left;">新</td>
<td style="text-align: left;">徐坤帅</td>
<td style="text-align: left;">20180721</td>
</tr>
</tbody>
</table>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/user/navList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户id 10000</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;Ok&quot;,
&quot;data&quot;: [
{
&quot;user_id&quot;: &quot;10000&quot;,//用户id
&quot;name&quot;: &quot;推荐课程&quot;,//名称
&quot;en_name&quot;: &quot;推荐课程&quot;, //英文名称
&quot;id&quot;: &quot;5&quot;,//id
&quot;sort&quot;: 5,//排序
&quot;url&quot;: &quot;&quot;//地址
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">200</td>
<td style="text-align: left;">请求成功</td>
<td style="text-align: left;">无</td>
</tr>
<tr>
<td style="text-align: left;">500</td>
<td style="text-align: left;">服务器错误成功</td>
<td style="text-align: left;">无</td>
</tr>
</tbody>
</table>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>