获取体育竞技地址
<p><strong>请求方法名:</strong></p>
<ul>
<li>SportsAddress </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<pre><code>{
&quot;GameId&quot;:&quot;142&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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: {
&quot;SportsUrl&quot;: &quot;http://fe.vrbetdemo.com/Account/LoginValidate?version=1.0&amp;id=HC1&amp;data=8o%2bosq%2fXeXWywk89TAQcftW8BduHh4Dof%2bI%3d&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;">SportsUrl</td>
<td>体育竞技地址</td>
</tr>
</tbody>
</table>