订单详细信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong>
C端- <code>http://xx.com/publicinterface/interface/order-detail</code>
微信推送- <code>http://xx.com/publicinterface/interface/wechat-order-detail</code>
<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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>token C端必须</td>
</tr>
<tr>
<td style="text-align: left;">order_code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单编号 C\微必须</td>
</tr>
<tr>
<td style="text-align: left;">order_id</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> {
“code” : 600,
“msg” : “”,
“data” : {
bet_double:&quot;1&quot; //倍数
bet_money:&quot;10.00&quot; //投注总金额
bet_val:&quot;01,02,03^06,02,03,04^&quot; //投注号码
chased_num:&quot;1&quot; //追第几期
count:&quot;5&quot; // 总注数
create_time:&quot;2017-05-26 18:06:48&quot; //投注时间
is_bet_add:&quot;未追加&quot; // 是否追加
lottery_additional_id:&quot;53&quot; // 追号表对应的ID
lottery_id:&quot;2002&quot; // 彩种编码
lottery_name:&quot;排列三&quot; // 彩种名称
lottery_order_code:&quot;GLCPLT170526T0000011&quot; // 订单编号
lottery_order_id:&quot;73&quot; // 订单ID
lottery_time:&quot;2017-05-26 20:30:00&quot; // 开奖时间
periods:&quot;17139&quot; // 期数
play_code:&quot;200203,200213&quot; // 玩法编码
play_name:&quot;组六单式,组六复式&quot; // 玩法名称
lottery_pic: &quot;http://php.javaframework.cn/img/lottery/170710051952_ico_daletou.png&quot;//图片
source:&quot;追号&quot; // 投注单来源
status:&quot;未支付&quot; // 订单状态
periods_total:3 // 总追号数
user_id:&quot;1&quot; //用户ID
win_amount:null // 中奖金额
store_name:xxxxx, // 门店名称
store_code:100001 // 门店编号
&quot;award_time&quot;: &quot;2017-09-06 23:25:00&quot; // 派奖时间
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>