查询体育额度
<p><strong>简要描述:</strong></p>
<ul>
<li>查询体育额度接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xxx.xxx.com/user/checkSportsBalance</code></li>
<li><code>http://xxx.xxx.com/user/getSportsBalance</code>
<strong>请求方式:</strong></li>
<li>POST JSON数据(application/json)</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;">oid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户验证密钥(预登录获取)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
//失败
&quot;code&quot;:1,
&quot;msg&quot;:&quot;7001&quot;
//成功
&quot;code&quot;:1,
&quot;balance&quot;:20.0 //体育额度
}</code></pre>