实力对比
<p><strong>简要描述:</strong> </p>
<ul>
<li>实力对比</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/publicinterface/interface/strength-contrast</code>
-B端 <code>http://xx.com/api/store/store/strength-contrast</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;home&quot;: {
&quot;num_3&quot;: 3, //主队 胜场次
&quot;num_1&quot;: 3, //主队 平场次
&quot;num_0&quot;: 3, //主队 负场次
&quot;integral&quot;: 12, //主队 积分
&quot;avg_gain_balls&quot;: &quot;1.7&quot;, //主队 平均进球
&quot;avg_lose_balls&quot;: &quot;1.6&quot; //主队 平均失球球
},
&quot;visit&quot;: {
&quot;num_3&quot;: 5, //客队 胜场次
&quot;num_1&quot;: 1, //客队 平场次
&quot;num_0&quot;: 3, //客队 负场次
&quot;integral&quot;: 16, //客队 积分
&quot;avg_gain_balls&quot;: &quot;2.8&quot;, //客队 平均进球
&quot;avg_lose_balls&quot;: &quot;1.7&quot; //客队 平均失球球
},
&quot;homeInHome&quot;: {
&quot;num_3&quot;: 3, //同主客 主队 胜场次
&quot;num_1&quot;: 2, //同主客 主队 平场次
&quot;num_0&quot;: 0, //同主客 主队 负场次
&quot;integral&quot;: 11, //同主客 主队 积分
},
&quot;visitInVisit&quot;: {
&quot;num_3&quot;: 2, //同主客 客队 胜场次
&quot;num_1&quot;: 1, //同主客 客队 胜场次
&quot;num_0&quot;: 3, //同主客 客队 胜场次
&quot;integral&quot;: 7, //同主客 客队 胜场次
},
&quot;per1_h&quot;: 42.9, //主队 战力百分比例
&quot;per1_v&quot;: 57.1, //客队 战力百分比例
&quot;per2_h&quot;: 61.1, //主队 主客百分比例
&quot;per2_v&quot;: 38.9, //客队 主客百分比例
&quot;per3_h&quot;: 37.8, //主队 进攻百分比例
&quot;per3_v&quot;: 62.2, //客队 进攻百分比例
&quot;per4_h&quot;: 48.5, //主队 防守百分比例
&quot;per4_v&quot;: 51.5, //客队 防守百分比例
&quot;avg_home_per&quot;: 47.6, //主队 平均百分比例
&quot;avg_visit_per&quot;: 52.4 //客队 平均百分比例
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>