获取投注结果
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>GetBetResult</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;PeriodID&quot;:&quot;6410072&quot;,&quot;GameID&quot;:&quot;87&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;FWinAmount&quot;:&quot;19.3800&quot;,
&quot;FWinningCount&quot;:1,
&quot;FNumberOfPeriod&quot;:&quot;201801081435&quot;
},
&quot;Code&quot;: 0
}</code></pre>
</li>
</ul>
<pre><code>
**返回参数**
|字段|注释|
|:---- - -|------ |
|FWinAmount | 赢取金额 |
|FWinningCount | 赢取注数 |
|FNumberOfPeriod | 期数 |</code></pre>