历史交锋统计
<p><strong>简要描述:</strong> </p>
<ul>
<li>历史交锋统计</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/publicinterface/interface/get-history-count</code>
-B端 <code>http://xx.com/api/store/store/get-history-count</code></p>
<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;">schedule_mid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>赛程mid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;double_play_num&quot;: &quot;7&quot;, //双方对阵次数
&quot;num3&quot;: &quot;1&quot;, //双方历史交锋胜场
&quot;num1&quot;: &quot;4&quot;, //双方历史交锋平场次
&quot;num0&quot;: &quot;2&quot;, //双方历史交锋负场次
&quot;home_num_3&quot;: &quot;1&quot;, //主队历史交锋胜场
&quot;home_num_1&quot;: &quot;4&quot;, //主队历史交锋场次
&quot;home_num_0&quot;: &quot;2&quot;, //主队历史交锋场次
&quot;visit_num_3&quot;: &quot;1&quot;, //客队历史交锋胜场
&quot;visit_num_1&quot;: &quot;4&quot;, //客队历史交锋平场次
&quot;visit_num_0&quot;: &quot;2&quot;, //客队历史交锋负场次
&quot;home_team_rank&quot;: &quot;2&quot;, //主队排名
&quot;visit_team_rank&quot;: &quot;1&quot;, //客队排名
&quot;scale_3010_3&quot;: &quot;33%&quot;, //胜 投注比例
&quot;scale_3010_1&quot;: &quot;33%&quot;, //平 投注比例
&quot;scale_3010_0&quot;: &quot;33%&quot;, //负 投注比例
&quot;scale_3006_3&quot;: &quot;33%&quot;, //让胜 投注比例
&quot;scale_3006_1&quot;: &quot;33%&quot;, //让平 投注比例
&quot;scale_3006_0&quot;: &quot;33%&quot;, //让负 投注比例
&quot;europe_odds_3&quot;: &quot;1.2&quot;, //胜 平均赔率
&quot;europe_odds_1&quot;: &quot;11&quot;, /平 平均赔率
&quot;europe_odds_0&quot;: &quot;23&quot; //负 平均赔率
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>