陈冠华-猜你喜欢-20180726
<p>欢迎使用ShowDoc!</p>
<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;">20180726</td>
</tr>
</tbody>
</table>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/academy/listAcademyguesslike</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;">userId</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> {
&quot;code&quot; : 200,
&quot;message&quot; : &quot;Ok&quot;,
&quot;data&quot; : {
&quot;0&quot; : {
&quot;nike_name&quot; : &quot;张三18aa&quot;,
&quot;profession&quot; : &quot;语&quot;,
&quot;fans_count&quot; : &quot;&quot;,
&quot;article_count&quot; : &quot;&quot;,
&quot;head_img&quot; : &quot;http://n.sinaimg.cn/default/1_img/upload/3933d981/653/w930h523/20180611/ybWG-hcufqih2426346.jpg&quot;,
&quot;name&quot; : &quot;&quot;,
&quot;memo&quot; : &quot;&quot;,
&quot;id&quot; : &quot;4&quot;,
&quot;course_count&quot; : &quot;&quot;
},
&quot;1&quot; : {
&quot;nike_name&quot; : &quot;行三17&quot;,
&quot;profession&quot; : &quot;语&quot;,
&quot;fans_count&quot; : &quot;&quot;,
&quot;article_count&quot; : &quot;&quot;,
&quot;head_img&quot; : &quot;http://n.sinaimg.cn/default/1_img/upload/3933d981/653/w930h523/20180611/ybWG-hcufqih2426346.jpg&quot;,
&quot;name&quot; : &quot;&quot;,
&quot;memo&quot; : &quot;&quot;,
&quot;id&quot; : &quot;3&quot;,
&quot;course_count&quot; : &quot;&quot;
},
}
}
</code></pre>
<pre><code>
**返回参数说明**
|参数|类型|描述|
|:-------|:-------|:-------|
| code | number| 无 |
| message | string| 无 |
| - data |object | 无 |
| nike_name | string| 用户昵称 |
| profession | string| 注册业务 |
| fans_count | string| 粉丝数 |
| article_count | string| 文章数 |
| head_img | string| 头像 |
| name | string| 分类名称 |
| memo | string| 用户简介 |
| id | string| 用户id |
| course_count | string| 课程数 |
**错误码表**
|状态码|说明|备注|
|:----- |:-----|:----- |
| 200 | 请求成功 |无 |
| 500 | 服务器错误成功 |无 |
欢迎使用ShowDoc!</code></pre>