获取已结算注单(可选)
<p><strong>简要描述:</strong></p>
<ul>
<li>传入批量的注单id 获取其中已结算注单信息 没有结算的不反回</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xxx.xxx.com/apiopen/get_count_bill/{six}</code> 后台接口</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong> PATHINFO 传参部分:</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>
<th style="text-align: left;">规则</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">six</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>是否单独获取六合彩注单 1:是 0或不传:否</td>
<td style="text-align: left;">int</td>
</tr>
</tbody>
</table>
<p><strong> JSON 传参部分:</strong></p>
<pre><code>[1,2,3,4,5,其它注单ID...]</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"res": true,
"msg": "",
"data": [
{
"id": "23679290", // bill_id
"userid": "53429",
"username": "19910923", // 用户名
"a_uid": "3",
"b_uid": "4",
"c_uid": "5",
"d_uid": "6",
"e_uid": "7",
"game_code": "260", // 游戏game_code
"type_code": "3012",
"happy8": "3001",
"round": "20191003001", // 下注期号
"drop_money": "55", // 下注金额
"drop_content": "",
"total": "55", // 总投注额
"valid_money": "55", // 有效投注
"user_win": "-55", // 输赢结果
"user_cut": "100",
"user_rate": "1.99", // 下注赔率
"xq_rate": null,
"a_cut": "100",
"b_cut": "100",
"c_cut": "100",
"d_cut": "100",
"e_cut": "100",
"a_profit": "100",
"b_profit": "0",
"c_profit": "0",
"d_profit": "0",
"e_profit": "0",
"count_pay": "1",
"count": "1", // 结算状态
"cancel": "0", // 是否取消
"pankou": "A",
"cp_type": "0",
"bet_ip": "223.74.41.25", // 下注IP
"bet_time": "1570032005", // 下注时间戳
"replenishtype": "0",
"m_name": null,
"xq_de_id": "0",
"status": "0",
"moneyf": "219.45",
"count_status": "1",
"order_number": "0bff213701df8ea290c304b012c3f318",
"detail": "<span style='color:blue'>冠军『 小』</span> @ <span style='color:red'>1.99</span>", // 下注详情
"game_name": "88赛马" // 下注游戏
}
]
}</code></pre>
<p><strong> 拉取说明:</strong></p>
<ul>
<li>这个接口用于单独获取已经结算过的注单 需要指定这些注单的注单号</li>
<li>这个接口还可以帮助更方便的单独刷新六合彩注单结算状态</li>
</ul>