获取粉丝列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取获取粉丝列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/expert/get-fans-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;">page_num</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>条数</td>
</tr>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>App token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;page&quot;: 1,
&quot;size&quot;: 10,
&quot;pages&quot;: 2,
&quot;total&quot;: &quot;12&quot;,
&quot;data&quot;: [
{
&quot;user_name&quot;: &quot;肥牛泡菜&quot;, // 粉丝名
&quot;user_pic&quot;:&quot;http://osk6t6jhb.bkt.clouddn.com/img/user/user_pic/gl00001041/171030164227-loading.jpg&quot; // 粉丝头像
&quot;create_time&quot;: &quot;2017-10-15 14:32:16&quot; // 关注时间
},
{
&quot;user_name&quot;: &quot;神奇的故事~&quot;,
&quot;create_time&quot;: &quot;2017-10-13 14:15:14&quot;
},
{
&quot;user_name&quot;: &quot;我是卧底&quot;,
&quot;create_time&quot;: &quot;2017-10-13 14:55:09&quot;
},
{
&quot;user_name&quot;: &quot;几句罢了🙈&quot;,
&quot;create_time&quot;: &quot;2017-10-16 13:14:40&quot;
},
{
&quot;user_name&quot;: &quot;求神拜佛,不如我带&quot;,
&quot;create_time&quot;: &quot;2017-10-20 14:11:20&quot;
},
{
&quot;user_name&quot;: &quot;蝈蝈蛐蛐&quot;,
&quot;create_time&quot;: &quot;2017-12-08 08:58:57&quot;
},
{
&quot;user_name&quot;: &quot;吱声菜名&quot;,
&quot;create_time&quot;: &quot;2017-12-06 11:34:47&quot;
},
{
&quot;user_name&quot;: &quot;星辰宇宙&quot;,
&quot;create_time&quot;: &quot;2017-11-24 15:59:42&quot;
},
{
&quot;user_name&quot;: &quot;gl00005079&quot;,
&quot;create_time&quot;: &quot;2017-11-27 15:13:18&quot;
},
{
&quot;user_name&quot;: &quot;罗空白&quot;,
&quot;create_time&quot;: &quot;2017-11-28 11:12:11&quot;
}
]
}
}</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>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>