竞彩订单处理明细
<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;">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;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: [{
&quot;betting_detail_id&quot;: &quot;1557&quot;,
&quot;lottery_order_id&quot;: &quot;378&quot;,
&quot;lottery_order_code&quot;: &quot;GLCHHGG170613T0000001&quot;,
&quot;lottery_id&quot;: &quot;3011&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;: null, //中奖金额
&quot;bet_val&quot;: &quot;170612001*3006(3)|170613001*3010(3)&quot;, //下注串
&quot;bet&quot;: &quot;周一001[-1](胜|赔率)x周二001(胜|赔率)&quot;, //下注串解析
&quot;content&quot;: [{
&quot;schedule_code&quot;: &quot;周一001&quot;, //赛程编号
&quot;lottery_code&quot;: &quot;3006&quot;, //玩法让球胜平负
&quot;rq_nums&quot;: &quot;-1&quot;, //让球数
&quot;bet_play&quot;: &quot;胜&quot;, //下注“胜”
&quot;bet_odds&quot;: &quot;赔率&quot; //赔率
}, {
&quot;schedule_code&quot;: &quot;周二001&quot;,
&quot;lottery_code&quot;: &quot;3010&quot;,
&quot;rq_nums&quot;: &quot;-1&quot;,
&quot;bet_play&quot;: &quot;胜&quot;,
&quot;bet_odds&quot;: &quot;赔率&quot;
}]
}, {
&quot;betting_detail_id&quot;: &quot;1558&quot;,
&quot;lottery_order_id&quot;: &quot;378&quot;,
&quot;lottery_order_code&quot;: &quot;GLCHHGG170613T0000001&quot;,
&quot;lottery_id&quot;: &quot;3011&quot;,
&quot;lottery_name&quot;: &quot;\u6df7\u5408\u8fc7\u5173&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;: null,
&quot;bet_val&quot;: &quot;170612001*3006(3)|170613001*3010(0)&quot;,
&quot;bet&quot;: &quot;\u5468\u4e00001[-1](\u80dc|\u8d54\u7387)x\u5468\u4e8c001(\u8d1f|\u8d54\u7387)&quot;,
&quot;content&quot;: [{
&quot;schedule_code&quot;: &quot;\u5468\u4e00001&quot;,
&quot;lottery_code&quot;: &quot;3006&quot;,
&quot;rq_nums&quot;: &quot;-1&quot;,
&quot;bet_play&quot;: &quot;\u80dc&quot;,
&quot;bet_odds&quot;: &quot;\u8d54\u7387&quot;
}, {
&quot;schedule_code&quot;: &quot;\u5468\u4e8c001&quot;,
&quot;lottery_code&quot;: &quot;3010&quot;,
&quot;rq_nums&quot;: &quot;-1&quot;,
&quot;bet_play&quot;: &quot;\u8d1f&quot;,
&quot;bet_odds&quot;: &quot;\u8d54\u7387&quot;
}]
}]
}</code></pre>
<p><strong>返回参数说明</strong> 户 |</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>