购彩大厅或开奖记录
<p><strong>简要描述:</strong> </p>
<ul>
<li>购彩大厅</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/game/index</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 style="text-align: left;">说明</th>
<th style="text-align: left;">规则</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 style="text-align: left;">Token由登录接口返回</td>
<td style="text-align: left;">/^[a-z0-9]{32}$/</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">类型,0-购彩大厅,1-开奖记录</td>
<td style="text-align: left;">/^([0-1])?$/</td>
</tr>
</tbody>
</table>
<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;">result</td>
<td style="text-align: left;">boolean</td>
<td>请求结果,true:成功;false:失败</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td>提示语</td>
</tr>
<tr>
<td style="text-align: left;">game_code</td>
<td style="text-align: left;">string</td>
<td>游戏代码</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>游戏名称</td>
</tr>
<tr>
<td style="text-align: left;">position</td>
<td style="text-align: left;">string</td>
<td>盘口(只有彩票有此参数),0-官方盘,1-信用盘,2-Both</td>
</tr>
<tr>
<td style="text-align: left;">is_low_frequency</td>
<td style="text-align: left;">string</td>
<td>是否是低频彩,0-否,1-是</td>
</tr>
<tr>
<td style="text-align: left;">countdown</td>
<td style="text-align: left;">string</td>
<td>截止投注倒计时,为0表示不可投注</td>
</tr>
<tr>
<td style="text-align: left;">num</td>
<td style="text-align: left;">string</td>
<td>位数</td>
</tr>
<tr>
<td style="text-align: left;">min</td>
<td style="text-align: left;">string</td>
<td>最小投注号码</td>
</tr>
<tr>
<td style="text-align: left;">max</td>
<td style="text-align: left;">string</td>
<td>最大投注号码</td>
</tr>
<tr>
<td style="text-align: left;">repeat</td>
<td style="text-align: left;">string</td>
<td>是否允许重号</td>
</tr>
<tr>
<td style="text-align: left;">addZero</td>
<td style="text-align: left;">string</td>
<td>小于10的号码是否需要在前面补0</td>
</tr>
<tr>
<td style="text-align: left;">third_party_games</td>
<td style="text-align: left;">string</td>
<td>第三方游戏相关信息</td>
</tr>
<tr>
<td style="text-align: left;">pc_sideways</td>
<td style="text-align: left;">string</td>
<td>pc短图标</td>
</tr>
<tr>
<td style="text-align: left;">pc_icon</td>
<td style="text-align: left;">string</td>
<td>pc长图标</td>
</tr>
<tr>
<td style="text-align: left;">third_party_games.includes.type</td>
<td style="text-align: left;">string</td>
<td>游戏分类,sx-真人视讯类,qp-棋牌游戏类</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": false,
"message": "暂无数据(41)"
}</code></pre>
<pre><code>{
"result": true,
"message": "",
"data": {
"all": [
{
"game_id": "2",
"name": "北京赛车",
"game_code": "bjpk10",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/bjpk10.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/bjpk10.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/bjpk10.png",
"is_open": 1,
"countdown": 465,//截止投注倒计时,为0表示不可投注
"next_round": "731473",
"type": "pk10",
"num": 10,
"min": 1,
"max": 10,
"repeat": false,
"addZero": true
},
{
"game_id": "1",
"name": "重庆时时彩",
"game_code": "cqssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/cqssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/cqssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/cqssc.png",
"is_open": 0,
"countdown": 0,//截止投注倒计时,为0表示不可投注
"next_round": "20190330029",
"type": "ssc",
"num": 5,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false
},
{
"game_id": "3",
"name": "广东快乐十分",
"game_code": "gdklsf",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/gdklsf.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/gdklsf.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/gdklsf.png",
"is_open": 1,
"countdown": 1005,
"next_round": "2019033015",
"type": "xync",
"num": 8,
"min": 1,
"max": 20,
"repeat": false,
"addZero": true
},
{
"game_id": "4",
"name": "香港六合彩",
"game_code": "hksix",
"position": "1",
"is_low_frequency": "1",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/hksix.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/hksix.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/hksix.png",
"is_open": 1,
"countdown": 28085,
"next_round": "2019037",
"type": "six",
"num": 7,
"min": 1,
"max": 49,
"repeat": false,
"addZero": true
},
{
"game_id": "5",
"name": "福彩3D",
"game_code": "fc3d",
"position": "0",
"is_low_frequency": "1",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/fc3d.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/fc3d.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/fc3d.png",
"is_open": 1,
"countdown": 25395,
"next_round": "2019082",
"type": "three",
"num": 3,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false
},
{
"game_id": "6",
"name": "江苏快三",
"game_code": "jsk3",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/jsk3.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/jsk3.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/jsk3.png",
"is_open": 1,
"countdown": 315,
"next_round": "20190330016",
"type": "k3",
"num": 3,
"min": 1,
"max": 6,
"repeat": true,
"addZero": false
},
{
"game_id": "7",
"name": "幸运飞艇",
"game_code": "xyft",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/xyft.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/xyft.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/xyft.png",
"is_open": 1,
"countdown": 105,
"next_round": "20190330008",
"type": "pk10",
"num": 10,
"min": 1,
"max": 10,
"repeat": false,
"addZero": true
},
{
"game_id": "8",
"name": "腾讯分分彩",
"game_code": "txffc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/txffc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/txffc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/txffc.png",
"is_open": 1,
"countdown": 0,
"next_round": "201903300822",
"type": "ssc",
"num": 5,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false
},
{
"game_id": "9",
"name": "88赛马",
"game_code": "horse88",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/horse88.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/horse88.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/horse88.png",
"is_open": 1,
"countdown": 33,
"next_round": "20190330561",
"type": "pk10",
"num": 10,
"min": 1,
"max": 10,
"repeat": false,
"addZero": true
},
{
"game_id": "10",
"name": "极速赛车",
"game_code": "jssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/jssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/jssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/jssc.png",
"is_open": 1,
"countdown": 105,
"next_round": "20190330143",
"type": "pk10",
"num": 10,
"min": 1,
"max": 10,
"repeat": false,
"addZero": true
},
{
"game_id": "11",
"name": "极速时时彩",
"game_code": "jsssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/jsssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/jsssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/jsssc.png",
"is_open": 1,
"countdown": 165,
"next_round": "20190330076",
"type": "ssc",
"num": 5,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false
},
{
"game_id": "12",
"name": "罗马时时彩",
"game_code": "lmssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/lmssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/lmssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/lmssc.png",
"is_open": 1,
"countdown": 165,
"next_round": "20190330076",
"type": "ssc",
"num": 5,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false
},
{
"game_id": "13",
"name": "威尼斯赛艇",
"game_code": "wnsst",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/wnsst.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/wnsst.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/wnsst.png",
"is_open": 1,
"countdown": 105,
"next_round": "20190330008",
"type": "pk10",
"num": 10,
"min": 1,
"max": 10,
"repeat": false,
"addZero": true
},
{
"game_id": "14",
"name": "广东11选5",
"game_code": "gdsyxw",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/gdsyxw.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/gdsyxw.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/gdsyxw.png",
"is_open": 1,
"countdown": 405,
"next_round": "2019033014",
"type": "syxw",
"num": 5,
"min": 1,
"max": 11,
"repeat": false,
"addZero": true
},
{
"game_id": "15",
"name": "湖北快三",
"game_code": "hbk3",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/hbk3.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/hbk3.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/hbk3.png",
"is_open": 1,
"countdown": 915,
"next_round": "20190330015",
"type": "k3",
"num": 3,
"min": 1,
"max": 6,
"repeat": true,
"addZero": false
},
{
"game_id": "16",
"name": "排列3",
"game_code": "pl3",
"position": "0",
"is_low_frequency": "1",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/pl3.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/pl3.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/pl3.png",
"is_open": 1,
"countdown": 19995,
"next_round": "2019082",
"type": "three",
"num": 3,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false
},
{
"game_id": "17",
"name": "新疆时时彩",
"game_code": "xjssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/xjssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/xjssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/xjssc.png",
"is_open": 1,
"countdown": 825,
"next_round": "2019033012",
"type": "ssc",
"num": 5,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false
},
{
"game_id": "19",
"name": "北京快乐8",
"game_code": "bjkl8",
"position": "2",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/bjkl8.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/bjkl8.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/bjkl8.png",
"is_open": 1,
"countdown": 155,
"next_round": "943838",
"type": "kl8",
"num": 20,
"min": 1,
"max": 80,
"repeat": false,
"addZero": true
}
],
"lottery": [
{
"type": "ssc",
"name": "时时彩",
"num": 5,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false,
"includes": [
{
"game_id": "1",
"name": "重庆时时彩",
"game_code": "cqssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/cqssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/cqssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/cqssc.png",
"is_open": 0,
"countdown": 0,
"next_round": "20190330029"
},
{
"game_id": "8",
"name": "腾讯分分彩",
"game_code": "txffc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/txffc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/txffc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/txffc.png",
"is_open": 1,
"countdown": 0,
"next_round": "201903300822"
},
{
"game_id": "11",
"name": "极速时时彩",
"game_code": "jsssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/jsssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/jsssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/jsssc.png",
"is_open": 1,
"countdown": 165,
"next_round": "20190330076"
},
{
"game_id": "12",
"name": "罗马时时彩",
"game_code": "lmssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/lmssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/lmssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/lmssc.png",
"is_open": 1,
"countdown": 165,
"next_round": "20190330076"
},
{
"game_id": "17",
"name": "新疆时时彩",
"game_code": "xjssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/xjssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/xjssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/xjssc.png",
"is_open": 1,
"countdown": 825,
"next_round": "2019033012"
}
]
},
{
"type": "pk10",
"name": "PK10",
"num": 10,
"min": 1,
"max": 10,
"repeat": false,
"addZero": true,
"includes": [
{
"game_id": "2",
"name": "北京赛车",
"game_code": "bjpk10",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/bjpk10.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/bjpk10.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/bjpk10.png",
"is_open": 1,
"countdown": 465,
"next_round": "731473"
},
{
"game_id": "7",
"name": "幸运飞艇",
"game_code": "xyft",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/xyft.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/xyft.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/xyft.png",
"is_open": 1,
"countdown": 105,
"next_round": "20190330008"
},
{
"game_id": "9",
"name": "88赛马",
"game_code": "horse88",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/horse88.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/horse88.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/horse88.png",
"is_open": 1,
"countdown": 33,
"next_round": "20190330561"
},
{
"game_id": "10",
"name": "极速赛车",
"game_code": "jssc",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/jssc.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/jssc.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/jssc.png",
"is_open": 1,
"countdown": 105,
"next_round": "20190330143"
},
{
"game_id": "13",
"name": "威尼斯赛艇",
"game_code": "wnsst",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/wnsst.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/wnsst.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/wnsst.png",
"is_open": 1,
"countdown": 105,
"next_round": "20190330008"
}
]
},
{
"type": "syxw",
"name": "十一选五",
"num": 5,
"min": 1,
"max": 11,
"repeat": false,
"addZero": true,
"includes": [
{
"game_id": "14",
"name": "广东11选5",
"game_code": "gdsyxw",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/gdsyxw.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/gdsyxw.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/gdsyxw.png",
"is_open": 1,
"countdown": 405,
"next_round": "2019033014"
}
]
},
{
"type": "xync",
"name": "快乐十分",
"num": 8,
"min": 1,
"max": 20,
"repeat": false,
"addZero": true,
"includes": [
{
"game_id": "3",
"name": "广东快乐十分",
"game_code": "gdklsf",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/gdklsf.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/gdklsf.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/gdklsf.png",
"is_open": 1,
"countdown": 1005,
"next_round": "2019033015"
}
]
},
{
"type": "k3",
"name": "快三",
"num": 3,
"min": 1,
"max": 6,
"repeat": true,
"addZero": false,
"includes": [
{
"game_id": "6",
"name": "江苏快三",
"game_code": "jsk3",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/jsk3.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/jsk3.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/jsk3.png",
"is_open": 1,
"countdown": 315,
"next_round": "20190330016"
},
{
"game_id": "15",
"name": "湖北快三",
"game_code": "hbk3",
"position": "0",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/hbk3.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/hbk3.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/hbk3.png",
"is_open": 1,
"countdown": 915,
"next_round": "20190330015"
}
]
},
{
"type": "three",
"name": "3D",
"num": 3,
"min": 0,
"max": 9,
"repeat": true,
"addZero": false,
"includes": [
{
"game_id": "5",
"name": "福彩3D",
"game_code": "fc3d",
"position": "0",
"is_low_frequency": "1",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/fc3d.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/fc3d.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/fc3d.png",
"is_open": 1,
"countdown": 25395,
"next_round": "2019082"
},
{
"game_id": "16",
"name": "排列3",
"game_code": "pl3",
"position": "0",
"is_low_frequency": "1",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/pl3.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/pl3.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/pl3.png",
"is_open": 1,
"countdown": 19995,
"next_round": "2019082"
}
]
},
{
"type": "kl8",
"name": "快乐8",
"num": 20,
"min": 1,
"max": 80,
"repeat": false,
"addZero": true,
"includes": [
{
"game_id": "19",
"name": "北京快乐8",
"game_code": "bjkl8",
"position": "2",
"is_low_frequency": "0",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/bjkl8.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/bjkl8.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/bjkl8.png",
"is_open": 1,
"countdown": 155,
"next_round": "943838"
}
]
},
{
"type": "six",
"name": "六合彩",
"num": 7,
"min": 1,
"max": 49,
"repeat": false,
"addZero": true,
"includes": [
{
"game_id": "4",
"name": "香港六合彩",
"game_code": "hksix",
"position": "1",
"is_low_frequency": "1",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/hksix.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/hksix.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/hksix.png",
"is_open": 1,
"countdown": 28085,
"next_round": "2019037"
}
]
}
],
"third_party_games": [
{
"name": "AG视讯",
"type": "ag",
"game_code": "ag",
"remark": "AG视讯真人游戏",
"icon_2x": "https://zyp.wgle5.com/images/game_icons/2x/bjpk10.png",
"icon_3x": "https://zyp.wgle5.com/images/game_icons/3x/bjpk10.png",
"icon_4x": "https://zyp.wgle5.com/images/game_icons/4x/bjpk10.png",
"pc_sideways": "https://www.cdn3721.com/dev/201904/agsx.png",
"pc_icon": "https://www.cdn3721.com/dev/201904/pcagsx.png"
}
]
},
"error_no": "0"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>暂无</li>
</ul>