竞彩订单明细查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>竞彩订单明细查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/store/store/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;">size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>token</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;size&quot;: 1,
&quot;pages&quot;: 1,
&quot;total&quot;: 1,
&quot;data&quot;: [
{
&quot;play_name&quot;: [ //玩法
&quot;2串1&quot;
],
&quot;bet_val&quot;: [ // 投注内容
&quot;周一308&gt;[让分] 胜&quot;,
&quot;周一309&gt;[让分] 胜&quot;
],
&quot;bet_money&quot;: 2, //投注金额
&quot;bet_double&quot;: &quot;1&quot; // 投注倍数
&quot;list_td&quot;: &quot;TD3&quot;, // 倍数大于99倍时
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> 户 |</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>