获取擅长赛事
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/expert/get-good-league</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;">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;changci&quot;: [//场次
{
&quot;changci&quot;: 3,//场次
&quot;black&quot;: 2,//黑单数 输
&quot;red&quot;: 1,//红单数 中
&quot;league_short_name&quot;: &quot;巴甲&quot;,//赛事名称
&quot;profit&quot;: 100,//回报率
&quot;hit_rate&quot;: 33//命中率
},
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;国王杯&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
},
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;法乙&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
}
],
&quot;hit_rate&quot;: [//命中率
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;国王杯&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
},
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;法乙&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
},
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;荷兰杯&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
}
],
&quot;profit_rate&quot;: [//回报率
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;国王杯&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
},
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;法乙&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
},
{
&quot;changci&quot;: 1,
&quot;black&quot;: 0,
&quot;red&quot;: 1,
&quot;league_short_name&quot;: &quot;荷兰杯&quot;,
&quot;profit&quot;: 100,
&quot;hit_rate&quot;: 100
}
]
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>