徐坤帅-黑名单
<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;">20180712</td>
</tr>
</tbody>
</table>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://123.206.94.205:8080/web-api/user/black/list</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</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;message&quot;: &quot;Ok&quot;,
&quot;data&quot;: [
{
&quot;nike_name&quot;: &quot;张三2&quot;,//姓名
&quot;isAttention&quot;: &quot;N&quot;,//是否关注
&quot;level&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;attention_count&quot;: &quot;&quot;,//粉丝数
&quot;forward_count&quot;: &quot;&quot;,//转发数
&quot;course_count&quot;: &quot;&quot;,//课程数
&quot;isVip&quot;: &quot;N&quot;//是否VIP
}
]
}</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>