冠军预猜数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>冠军预猜数据对接接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cron/world-cup-data/chp-data</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;">data</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">json</td>
<td>数据</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong> </p>
<pre><code>{
&quot;data&quot;: [
{
&quot;open_mid&quot;: &quot;001&quot;, //出售编号 必填
&quot;team_code&quot;: &quot;170613003&quot;, //球队编号
&quot;team_name&quot;: &quot;aaa&quot;, //球队名称 必填
&quot;team_img&quot;: &quot;bbb&quot;, //球队图片 必填
&quot;team_odds&quot;: &quot;日乙&quot;, //球队赔率
&quot;status&quot;: &quot;1&quot;, //开售状态 1:在售 2:停售
&quot;team_chance&quot;: &quot;85&quot;, //中奖概率
}
]
}</code></pre>
<p><strong>返回参数说明</strong>
{
“code”:600,
"msg":"数据处理成功",
"data":true
} </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>