出码排行
<p><strong>请求方法名:</strong></p>
<ul>
<li>GetResult </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<ul>
<li><code>{&quot;GameId&quot;:&quot;7&quot;,&quot;TopOrderPeriodCount&quot;:&quot;10&quot;}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th>必选</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">GameId</td>
<td style="text-align: left;">int</td>
<td>是</td>
<td>游戏ID</td>
</tr>
<tr>
<td style="text-align: left;">PeriodId</td>
<td style="text-align: left;">int</td>
<td>是</td>
<td>期数ID</td>
</tr>
</tbody>
</table>
<ul>
<li>
<p>备注:无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: [
{
&quot;GamePlayID&quot;: 217,
&quot;GameName&quot;: &quot;总和单双&quot;,
&quot;ItemName&quot;: &quot;总双&quot;,
&quot;Count&quot;: 2
},
{
&quot;GamePlayID&quot;: 216,
&quot;GameName&quot;: &quot;总和大小&quot;,
&quot;ItemName&quot;: &quot;总大&quot;,
&quot;Count&quot;: 3
},
{
&quot;GamePlayID&quot;: 219,
&quot;GameName&quot;: &quot;第一球大小&quot;,
&quot;ItemName&quot;: &quot;大&quot;,
&quot;Count&quot;: 6
},
{
&quot;GamePlayID&quot;: 223,
&quot;GameName&quot;: &quot;第二球单双&quot;,
&quot;ItemName&quot;: &quot;双&quot;,
&quot;Count&quot;: 2
},
{
&quot;GamePlayID&quot;: 228,
&quot;GameName&quot;: &quot;第四球大小&quot;,
&quot;ItemName&quot;: &quot;大&quot;,
&quot;Count&quot;: 3
},
{
&quot;GamePlayID&quot;: 229,
&quot;GameName&quot;: &quot;第四球单双&quot;,
&quot;ItemName&quot;: &quot;单&quot;,
&quot;Count&quot;: 4
},
{
&quot;GamePlayID&quot;: 232,
&quot;GameName&quot;: &quot;第五球单双&quot;,
&quot;ItemName&quot;: &quot;双&quot;,
&quot;Count&quot;: 3
},
{
&quot;GamePlayID&quot;: 269,
&quot;GameName&quot;: &quot;第一球VS第二球&quot;,
&quot;ItemName&quot;: &quot;龙&quot;,
&quot;Count&quot;: 6
},
{
&quot;GamePlayID&quot;: 316,
&quot;GameName&quot;: &quot;第一球VS第三球&quot;,
&quot;ItemName&quot;: &quot;龙&quot;,
&quot;Count&quot;: 6
},
{
&quot;GamePlayID&quot;: 319,
&quot;GameName&quot;: &quot;第二球VS第三球&quot;,
&quot;ItemName&quot;: &quot;龙&quot;,
&quot;Count&quot;: 3
},
{
&quot;GamePlayID&quot;: 320,
&quot;GameName&quot;: &quot;第二球VS第四球&quot;,
&quot;ItemName&quot;: &quot;虎&quot;,
&quot;Count&quot;: 3
},
{
&quot;GamePlayID&quot;: 322,
&quot;GameName&quot;: &quot;第三球VS第四球&quot;,
&quot;ItemName&quot;: &quot;虎&quot;,
&quot;Count&quot;: 3
},
{
&quot;GamePlayID&quot;: 324,
&quot;GameName&quot;: &quot;第四球VS第五球&quot;,
&quot;ItemName&quot;: &quot;龙&quot;,
&quot;Count&quot;: 3
},
{
&quot;GamePlayID&quot;: 738,
&quot;GameName&quot;: &quot;全5中1&quot;,
&quot;ItemName&quot;: &quot;7&quot;,
&quot;Count&quot;: 2
},
{
&quot;GamePlayID&quot;: 738,
&quot;GameName&quot;: &quot;全5中1&quot;,
&quot;ItemName&quot;: &quot;8&quot;,
&quot;Count&quot;: 3
}
],
&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;">GamePlayID</td>
<td>玩法ID</td>
</tr>
<tr>
<td style="text-align: left;">GameName</td>
<td>玩法名称</td>
</tr>
<tr>
<td style="text-align: left;">ItemName</td>
<td>玩法项名称</td>
</tr>
<tr>
<td style="text-align: left;">Count</td>
<td>出现次数</td>
</tr>
</tbody>
</table>