获取推荐总概
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/expert/get-article-recommend</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;">expert_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>专家id</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>推荐类型 //0:综合,1:竞彩,2:让球</td>
</tr>
<tr>
<td style="text-align: left;">schedule_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>赛事类型 1足球2篮球</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;red_proportion&quot;: 0,//近7日红单命中率
&quot;black_proportion&quot;: 0,//近7日黑单命中率
&quot;zoushi&quot;: [
{
&quot;result_status&quot;: &quot;2&quot;,// 2:黑单 3:红单
&quot;pre_odds&quot;: &quot;4.50,3.90&quot;,
&quot;lottery_code&quot;: &quot;3006&quot;,
&quot;create_time&quot;: &quot;2017-10-13 16:45:43&quot;
},
{
&quot;result_status&quot;: &quot;2&quot;,
&quot;pre_odds&quot;: &quot;4.60,3.75&quot;,
&quot;lottery_code&quot;: &quot;3006&quot;,
&quot;create_time&quot;: &quot;2017-10-13 10:48:32&quot;
},
],
&quot;even_red_nums&quot;: 0,//最近连红数
&quot;top_red_nums&quot;: 0,//最高连红
&quot;total&quot;: 3,
&quot;zoushi_result&quot;: {//近10场走势结果
&quot;red&quot;: 0,//red:黑单 black:红单
&quot;black&quot;: 3
},
&quot;profit&quot;: 0//近7日回报率
}
}</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>