游戏限额
<p><strong>请求方法名:</strong></p>
<ul>
<li>GameLimits </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<ul>
<li><code>{&quot;GameId&quot;:&quot;1&quot;}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET/POST</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;查询成功&quot;,
&quot;Data&quot;: {
&quot;GameList&quot;: [
{
&quot;FGameID&quot;: 1,
&quot;FGameName&quot;: &quot;⑥合彩&quot;,
&quot;FGroupID&quot;: 0,
&quot;FIsEnabled&quot;: true,
&quot;FGameCategoryID&quot;: 0,
&quot;FAbbreviation&quot;: null,
&quot;FGameCode&quot;: null
},
{
&quot;FGameID&quot;: 4,
&quot;FGameName&quot;: &quot;广东11选5&quot;,
&quot;FGroupID&quot;: 0,
&quot;FIsEnabled&quot;: true,
&quot;FGameCategoryID&quot;: 0,
&quot;FAbbreviation&quot;: null,
&quot;FGameCode&quot;: null
},
{
&quot;FGameID&quot;: 5,
&quot;FGameName&quot;: &quot;广东快十&quot;,
&quot;FGroupID&quot;: 0,
&quot;FIsEnabled&quot;: true,
&quot;FGameCategoryID&quot;: 0,
&quot;FAbbreviation&quot;: null,
&quot;FGameCode&quot;: null
}
],
&quot;LimitsList&quot;: [
{
&quot;GamePlayName&quot;: &quot;特码&quot;,
&quot;Lowest&quot;: &quot;5&quot;,
&quot;Highest&quot;: &quot;500&quot;,
&quot;ItemHighest&quot;: &quot;100000&quot;
},
{
&quot;GamePlayName&quot;: &quot;特码半波&quot;,
&quot;Lowest&quot;: &quot;5&quot;,
&quot;Highest&quot;: &quot;50000&quot;,
&quot;ItemHighest&quot;: &quot;100000&quot;
},
{
&quot;GamePlayName&quot;: &quot;特码色波&quot;,
&quot;Lowest&quot;: &quot;5&quot;,
&quot;Highest&quot;: &quot;50000&quot;,
&quot;ItemHighest&quot;: &quot;100000&quot;
}
]
},
&quot;Code&quot;: 0
}</code></pre>
<p><strong>返回参数说明</strong> </p>
</li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">FGameID</td>
<td>游戏标识</td>
</tr>
<tr>
<td style="text-align: left;">FGameName</td>
<td>游戏名称</td>
</tr>
<tr>
<td style="text-align: left;">FGroupID</td>
<td>分组ID, 0:信用彩票游戏,,3:官方彩票游戏</td>
</tr>
<tr>
<td style="text-align: left;">FIsEnabled</td>
<td>状态(true显示,false不显示)</td>
</tr>
<tr>
<td style="text-align: left;">FGameCategoryID</td>
<td>游戏分类ID</td>
</tr>
<tr>
<td style="text-align: left;">FAbbreviation</td>
<td>游戏简称</td>
</tr>
<tr>
<td style="text-align: left;">FGameCode</td>
<td>游戏编码</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">GamePlayName</td>
<td>玩法</td>
</tr>
<tr>
<td style="text-align: left;">Lowest</td>
<td>单注最低</td>
</tr>
<tr>
<td style="text-align: left;">Highest</td>
<td>单注最高</td>
</tr>
<tr>
<td style="text-align: left;">ItemHighest</td>
<td>单项最高</td>
</tr>
</tbody>
</table>