冷热遗漏数据
<p><strong>请求方法名:</strong></p>
<ul>
<li>GetCodeRank </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<pre><code>{
&quot;GameId&quot;:&quot;26&quot;,
&quot;PeriodId&quot;:&quot;0&quot;
}</code></pre>
<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 style="text-align: left;">必选</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">GameId</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">是</td>
<td>游戏ID</td>
</tr>
<tr>
<td style="text-align: left;">PeriodId</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">否</td>
<td>期数ID,传0</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: [
{
&quot;Local&quot;: &quot;0&quot;,
&quot;CodeNums&quot;: [
{
&quot;Code&quot;: &quot;0&quot;,
&quot;AC&quot;: &quot;11&quot;,
&quot;MC&quot;: &quot;2&quot;
}
]
},
{
&quot;Local&quot;: &quot;1&quot;,
&quot;CodeNums&quot;: [
{
&quot;Code&quot;: &quot;0&quot;,
&quot;AC&quot;: &quot;12&quot;,
&quot;MC&quot;: &quot;28&quot;
}
]
},
{
&quot;Local&quot;: &quot;2&quot;,
&quot;CodeNums&quot;: [
{
&quot;Code&quot;: &quot;0&quot;,
&quot;AC&quot;: &quot;9&quot;,
&quot;MC&quot;: &quot;6&quot;
}
]
},
{
&quot;Local&quot;: &quot;3&quot;,
&quot;CodeNums&quot;: [
{
&quot;Code&quot;: &quot;0&quot;,
&quot;AC&quot;: &quot;12&quot;,
&quot;MC&quot;: &quot;2&quot;
}
]
},
{
&quot;Local&quot;: &quot;4&quot;,
&quot;CodeNums&quot;: [
{
&quot;Code&quot;: &quot;0&quot;,
&quot;AC&quot;: &quot;12&quot;,
&quot;MC&quot;: &quot;1&quot;
},
{
&quot;Code&quot;: &quot;1&quot;,
&quot;AC&quot;: &quot;11&quot;,
&quot;MC&quot;: &quot;23&quot;
}
]
}
],
&quot;Code&quot;: 0
}</code></pre>
<p><strong>返回参数说明:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Local</td>
<td>第几球(0代表第一球,以此往下类推)</td>
</tr>
<tr>
<td style="text-align: left;">Code</td>
<td>球号号码</td>
</tr>
<tr>
<td style="text-align: left;">AC</td>
<td>出现次数(冷热)</td>
</tr>
<tr>
<td style="text-align: left;">MC</td>
<td>遗漏次数(遗漏)</td>
</tr>
</tbody>
</table>