lottery

咕啦-彩票系统


获取关注专家列表

<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> { &amp;quot;code&amp;quot;: 600, &amp;quot;msg&amp;quot;: &amp;quot;获取成功&amp;quot;, &amp;quot;result&amp;quot;: { &amp;quot;page&amp;quot;: 1, &amp;quot;size&amp;quot;: 3, &amp;quot;pages&amp;quot;: 1, &amp;quot;total&amp;quot;: &amp;quot;3&amp;quot;, &amp;quot;data&amp;quot;: [ &amp;quot;expertList&amp;quot;:{ &amp;quot;expert_id&amp;quot;: &amp;quot;160&amp;quot;, // 专家ID &amp;quot;introduction&amp;quot;: &amp;quot;加班加班加班加班加班&amp;quot;, // 专家简介 &amp;quot;article_nums&amp;quot;: &amp;quot;0&amp;quot;, // 发表文章数 &amp;quot;fans_nums&amp;quot;: &amp;quot;0&amp;quot;, // 粉丝数 &amp;quot;read_nums&amp;quot;: &amp;quot;0&amp;quot;, // 阅读数 &amp;quot;even_red_nums&amp;quot;: &amp;quot;0&amp;quot;, // 连红数 &amp;quot;identity&amp;quot;: &amp;quot;1&amp;quot;, // 认证身份 1:足球评论员 &amp;quot;month_red_nums&amp;quot;: &amp;quot;0&amp;quot;, // 月红单数 &amp;quot;day_red_nums&amp;quot;: &amp;quot;0&amp;quot;, // 近红单数 &amp;quot;expert_status&amp;quot;: &amp;quot;2&amp;quot;, // 认证状态 &amp;quot;user_name&amp;quot;: &amp;quot;白开心&amp;quot;, // 专家名 &amp;quot;user_pic&amp;quot;: null //专家头像 }, { &amp;quot;expert_id&amp;quot;: &amp;quot;182&amp;quot;, &amp;quot;introduction&amp;quot;: &amp;quot;asdfasdfasdfsadfasdfasdf&amp;quot;, &amp;quot;article_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;fans_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;read_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;even_red_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;identity&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;month_red_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;day_red_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;expert_status&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;user_name&amp;quot;: &amp;quot;神奇的故事&amp;quot;, &amp;quot;user_pic&amp;quot;: &amp;quot;http://osk6t6jhb.bkt.clouddn.com/img/user/user_pic/gl00000009/171010112529-10.jpg&amp;quot; }, { &amp;quot;expert_id&amp;quot;: &amp;quot;172&amp;quot;, &amp;quot;introduction&amp;quot;: &amp;quot;Hshhshdhdhhdhddhhdhe&amp;quot;, &amp;quot;article_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;fans_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;read_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;even_red_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;identity&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;month_red_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;day_red_nums&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;expert_status&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;user_name&amp;quot;: &amp;quot;asde&amp;quot;, &amp;quot;user_pic&amp;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>

页面列表

ITEM_HTML