追号详细查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>追号详细查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/publicinterface/interface/trace-detail">http://xx.com/publicinterface/interface/trace-detail</a></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” : 0,
“msg” : “”,
“data” : {
agent_id:&quot;0&quot; // 管理商ID
bet_double:&quot;1&quot; //倍数
bet_money:&quot;6.00&quot; //投注金额
bet_val:&quot;01|02|03|04|05^06,02|02|03|04|05^&quot; //投注号码
chase_chord:[ //追号子单
0:{
agent_id:&quot;0&quot; //代理商
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; // 是否追加
is_generate_child:&quot;0&quot; // 是否生成子详细单
is_win:&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; // 开奖时间
modify_time:&quot;2017-05-26 18:06:48&quot; //修改时间
opt_id:&quot;1&quot; // 添加人
pay_time:null // 支付时间
periods:&quot;17139&quot; // 期数
play_code:&quot;200203,200213&quot; // 玩法编码
play_name:&quot;组六单式,组六复式&quot; // 玩法名称
source:&quot;追号&quot; // 投注单来源
status:&quot;未支付&quot; // 订单状态
periods_total:3 // 总追号数
user_id:&quot;1&quot; //用户ID
win_amount:null // 中奖金额
}
]
chased_num:&quot;1&quot; // 当前追号第几期
count:&quot;3&quot; // 总追号数
create_time:&quot;2017-05-26 18:47:36&quot; // 追号时间
is_bet_add:&quot;未追加&quot; // 是否追加
is_limit:&quot;不限制&quot; // 是否追号
is_random:&quot;追固定号码&quot; // 是否随机
lottery_additiona_code:&quot;GLCPLW170526Z0000001&quot; // 追号编码
lottery_additional_id:&quot;61&quot; // 追号表ID
lottery_id:&quot;2003&quot; // 彩种编码
lottery_name:&quot;排列五&quot; // 彩种名称
modify_time:&quot;2017-05-26 18:47:36&quot; // 修改时间
opt_id:&quot;1&quot; //修改人
pay_status:&quot;未支付&quot; // 是否支付
periods:&quot;17139&quot; // 当前追号期数
periods_total:&quot;3&quot; // 总追号数
play_code:&quot;200301,200302&quot; // 玩法编码
play_name:&quot;直选单式,直选复式&quot; // 玩法名称
status:&quot;0&quot; // 0:停止 1:未追 2:正在追 3:已结束
total_money:&quot;18.00&quot; // 总金额
cust_no:&quot;1&quot; // 用户编号
win_limit:&quot;3000.00&quot; // 追号限制中奖金额
win_money:0 // 中奖金额
}
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>