获取关注专家列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取关注专家列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/expert/get-attent-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>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;: 3,
&quot;pages&quot;: 1,
&quot;total&quot;: &quot;3&quot;,
&quot;data&quot;: [
&quot;expertList&quot;:{
&quot;expert_id&quot;: &quot;160&quot;, // 专家ID
&quot;introduction&quot;: &quot;加班加班加班加班加班&quot;, // 专家简介
&quot;article_nums&quot;: &quot;0&quot;, // 发表文章数
&quot;fans_nums&quot;: &quot;0&quot;, // 粉丝数
&quot;read_nums&quot;: &quot;0&quot;, // 阅读数
&quot;even_red_nums&quot;: &quot;0&quot;, // 连红数
&quot;identity&quot;: &quot;1&quot;, // 认证身份 1:足球评论员
&quot;month_red_nums&quot;: &quot;0&quot;, // 月红单数
&quot;day_red_nums&quot;: &quot;0&quot;, // 近红单数
&quot;expert_status&quot;: &quot;2&quot;, // 认证状态
&quot;user_name&quot;: &quot;白开心&quot;, // 专家名
&quot;user_pic&quot;: null //专家头像
},
{
&quot;expert_id&quot;: &quot;182&quot;,
&quot;introduction&quot;: &quot;asdfasdfasdfsadfasdfasdf&quot;,
&quot;article_nums&quot;: &quot;0&quot;,
&quot;fans_nums&quot;: &quot;0&quot;,
&quot;read_nums&quot;: &quot;0&quot;,
&quot;even_red_nums&quot;: &quot;0&quot;,
&quot;identity&quot;: &quot;1&quot;,
&quot;month_red_nums&quot;: &quot;0&quot;,
&quot;day_red_nums&quot;: &quot;0&quot;,
&quot;expert_status&quot;: &quot;2&quot;,
&quot;user_name&quot;: &quot;神奇的故事&quot;,
&quot;user_pic&quot;: &quot;http://osk6t6jhb.bkt.clouddn.com/img/user/user_pic/gl00000009/171010112529-10.jpg&quot;
},
{
&quot;expert_id&quot;: &quot;172&quot;,
&quot;introduction&quot;: &quot;Hshhshdhdhhdhddhhdhe&quot;,
&quot;article_nums&quot;: &quot;0&quot;,
&quot;fans_nums&quot;: &quot;0&quot;,
&quot;read_nums&quot;: &quot;0&quot;,
&quot;even_red_nums&quot;: &quot;0&quot;,
&quot;identity&quot;: &quot;1&quot;,
&quot;month_red_nums&quot;: &quot;0&quot;,
&quot;day_red_nums&quot;: &quot;0&quot;,
&quot;expert_status&quot;: &quot;2&quot;,
&quot;user_name&quot;: &quot;asde&quot;,
&quot;user_pic&quot;: null
}
]
}
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>