竞彩订单查看
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>C端 <code>http://xx.com/publicinterface/interface/get-competing-order</code>
-微信推送 C端 <code>http://xx.com/publicinterface/interface/wechat-competing-order</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;">integer</td>
<td>订单code</td>
</tr>
<tr>
<td style="text-align: left;">lottery_order_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">integer</td>
<td>订单ID</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;bet_val&quot;: &quot;170613001*3010(3,0)|170612001*3006(3,1)^&quot;, //下注串
&quot;lottery_id&quot;: &quot;3011&quot;, //玩法
&quot;bet_money&quot;: &quot;16.00&quot;, //下注金额
&quot;lottery_order_code&quot;: &quot;GLCHHGG170613T0000001&quot;, //订单编号
&quot;create_time&quot;: &quot;2017-06-13 17:51:53&quot;,
&quot;lottery_order_id&quot;: &quot;378&quot;, //订单id
&quot;store_name&quot;:xxxxxx, // 出票门店
&quot;store_code&quot;:100001 // 门店编号
&quot;contents&quot;: [{
&quot;mid&quot;: &quot;170613001&quot;, //赛事唯一mid
&quot;lottery&quot;: [{
&quot;bet&quot;: [&quot;3&quot;, &quot;0&quot;], //该赛程中下注
&quot;play&quot;: &quot;3010&quot;, //玩法编号
&quot;play_name&quot;: &quot;胜平负&quot; //玩法名
}],
&quot;schedule_code&quot;: &quot;周二001&quot;, //赛程编号
&quot;home_team_name&quot;: &quot;大分三神&quot;, //主队
&quot;visit_team_name&quot;: &quot;赞岐釜玉海&quot;, //客队
&quot;schedule_result_3006&quot;: null, //让球胜平负玩法赛果
&quot;schedule_result_3007&quot;: null, //比分玩法赛果
&quot;schedule_result_3008&quot;: null, //总进球玩法赛果
&quot;schedule_result_3009&quot;: null, //半全场胜平负法赛果
&quot;schedule_result_3010&quot;: null, //胜平负玩法赛果
&quot;schedule_result_bf&quot;: null,
&quot;rq_nums&quot;: &quot;-1&quot;
}, {
&quot;mid&quot;: &quot;170612001&quot;,
&quot;lottery&quot;: [{
&quot;bet&quot;: [&quot;3&quot;, &quot;1&quot;],
&quot;play&quot;: &quot;3006&quot;,
&quot;play_name&quot;: &quot;让球胜平负&quot;
}],
&quot;schedule_code&quot;: &quot;周一001&quot;,
&quot;home_team_name&quot;: &quot;奥术大师&quot;,
&quot;visit_team_name&quot;: &quot;福冈黄蜂&quot;,
&quot;schedule_result_3006&quot;: &quot;1&quot;,
&quot;schedule_result_3007&quot;: &quot;2:1&quot;,
&quot;schedule_result_3008&quot;: &quot;3&quot;,
&quot;schedule_result_3009&quot;: &quot;33&quot;,
&quot;schedule_result_3010&quot;: &quot;3&quot;,
&quot;schedule_result_3010&quot;: &quot;3&quot;,
&quot;rq_nums&quot;: &quot;-1&quot;
}],
&quot;discount_data&quot;: {
&quot;discount&quot;: 3,
&quot;data&quot;: {
&quot;coin&quot;: {
&quot;type&quot;: 1,
&quot;coin&quot;: &quot;100&quot;,
&quot;money&quot;: 1
},
&quot;coupons&quot;: {
&quot;type&quot;: 2,
&quot;coupons&quot;: [
&quot;340F79601E135C4&quot;
],
&quot;money&quot;: 2
}
}
}
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>