篮球处理明细
<p><strong>简要描述:</strong> </p>
<ul>
<li>篮球处理明细接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/publicinterface/interface/get-competing-detail</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;">lottery_order_code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单编号</td>
</tr>
<tr>
<td style="text-align: left;">lottery_code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>彩种编号 篮球必传 不传。默认足球</td>
</tr>
<tr>
<td style="text-align: left;">page_num</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>显示数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;page&quot;: 1,
&quot;pages&quot;: 213,
&quot;size&quot;: 10,
&quot;total&quot;: &quot;2124&quot;,
&quot;data&quot;: [
{
&quot;betting_detail_id&quot;: &quot;182995&quot;, // 详情单ID
&quot;lottery_order_id&quot;: &quot;1218&quot;, // 订单ID
&quot;lottery_order_code&quot;: &quot;GLCHHTZ1710301749T0000001&quot;, // 订单编号
&quot;lottery_id&quot;: &quot;3005&quot;, // 彩种编号
&quot;lottery_name&quot;: &quot;混合投注&quot;, // 彩种名
&quot;play_name&quot;: &quot;2串1&quot;, // 玩法名
&quot;play_code&quot;: &quot;2&quot;,
&quot;bet_double&quot;: &quot;1&quot;,
&quot;win_amount&quot;: &quot;5.68&quot;, // 中奖金额
&quot;bet_val&quot;: &quot;100212*3001(0)|100211*3001(0)&quot;, // 投注内容
&quot;status&quot;: &quot;4&quot;, // 状态 1未支付 2处理中 3待开奖、4中奖、5未中奖、6出票失败
&quot;win_level&quot;: &quot;1&quot;,
&quot;bet_money&quot;: &quot;2.00&quot;, // 投注金额
&quot;bet&quot;: &quot;&quot;,
&quot;content&quot;: [
{
&quot;schedule_code&quot;: &quot;周一302&quot;, //场次场次编号
&quot;lottery_code&quot;: &quot;3001&quot;, // 彩种编号
&quot;bet_code&quot;: &quot;0&quot;, // 投注内容
&quot;bet_odds&quot;: &quot;1.42&quot;, // 投注赔率
&quot;visit_team_name&quot;: &quot;森林狼&quot;, // 客队
&quot;home_team_name&quot;: &quot;热火&quot;, // 主队
&quot;bet_play&quot;: &quot;负&quot;, // 投注内容名
&quot;result&quot;: 0 // 开奖结果
},
{
&quot;schedule_code&quot;: &quot;周一301&quot;,
&quot;lottery_code&quot;: &quot;3001&quot;,
&quot;bet_code&quot;: &quot;0&quot;,
&quot;bet_odds&quot;: &quot;2.00&quot;,
&quot;visit_team_name&quot;: &quot;马刺&quot;,
&quot;home_team_name&quot;: &quot;凯尔特人&quot;,
&quot;bet_play&quot;: &quot;负&quot;,
&quot;result&quot;: 3
}
],
&quot;status_name&quot;: &quot;中奖&quot;
}
}
}</code></pre>
<p><strong>返回参数说明</strong> 户 |</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>