B端-获取计划购彩订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>购彩订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/plans/plans/get-order-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;">user_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>认购者Id</td>
</tr>
<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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
code:600
msg:&quot;客户购彩详情&quot;
result:{
data:{
bet_double:&quot;1&quot; // 投注倍数
bet_money:&quot;2.00&quot; // 投注金额
bet_val:&quot;10,21,25,27,28|02,12^&quot; // 投注内容
contents:{ //
open_time: &quot;2017-06-24 20:30:00&quot; // 开奖时间
open_nums: &quot;01,03,29,32,34|02,05&quot; // 开奖号码
}
count:&quot;1&quot; // 注数
create_time:&quot;2017-06-23 16:53:00&quot; // 投注时间
is_bet_add:&quot;0&quot; //是否追加
lottery_id:&quot;2001&quot; // 彩种编码
lottery_name:&quot;超级大乐透&quot; // 彩种名
lottery_order_code:&quot;GLCDLT170623T0000033&quot; //投注订单编码
lottery_order_id:&quot;11&quot; // 投注订单Id
lottery_pic:&quot;http://php.javaframework.cn/img/lottery/170710051952_ico_daletou.png&quot; // 彩种图片
odds:null // 赔率
periods:&quot;17072&quot; //期数
play_name:&quot;直选单式&quot; //玩法名
status:&quot;5&quot; // 状态值
status_name:&quot;未中奖&quot; // 状态名
win_amount:&quot;0.00&quot; // 中奖金额
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>