订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/store/store/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;">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:{
allTicket:&quot;2.00&quot; // 在店中出票金额
bet_double:&quot;1&quot; //加倍
bet_money:&quot;2.00&quot; // 投注金额
bet_val:&quot;09,18,24,28,32|04,12^&quot; // 投注号码
chased_num:&quot;1&quot; // 最期数
count:&quot;1&quot; // 总注数
create_time:&quot;2017-06-23 16:27:47&quot; // 投注时间
cust_no:&quot;gl00001040&quot;
is_bet_add:&quot;未追加&quot; //是否追加
lottery_name:&quot;超级大乐透&quot; // 彩种名称
lottery_numbers:&quot;01,03,29,32,34|02,05&quot; // 开奖结果
lottery_order_code:&quot;GLCDLT170623T0000024&quot; // 订单编码
lottery_pic:&quot;/api/lottery_images/ico_daletou.png&quot; // 彩种图片
lottery_time:&quot;2017-06-24 20:30:00&quot; // 开奖时间
periods:&quot;17072&quot; // 期数
periods_total:null // 总追期数
source:&quot;自购&quot; // 来源
status:&quot;未中奖&quot; // 状态
store_id:&quot;30&quot;
user_name:&quot;18950475114&quot; // 客户名
user_tel:&quot;18950475114&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>