获取进入游戏链接
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取进入游戏链接接口</li>
</ul>
<p><strong>请求URL:</strong>
<code>http://xx.com/saba/getSabaGameLink</code><br />
<strong>请求方式:</strong></p>
<ul>
<li>POST Content-Type: application/json;charset=utf-8</li>
</ul>
<p><strong>说明:</strong></p>
<ul>
<li>新注册的会员和没有玩过SABA游戏的会员,需要先进行SABA额度转换才可以查询额度和进入游戏</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>
<tr>
<td style="text-align: left;">client</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>1 pc 2 手机</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
//成功
"code": 1,
"msg": 2006,
"info": "success",
"link": "https://y530ob.idbd692.net/(S(xideqseTs5A4grerork4bvln2yrhvd4p0psxpCzPinpM0lDE3E-dsgI3BFgZZ))xxxx" //跳转链接
//失败
"code":1,
"msg":7001,
"info":"该玩家未激活账户"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>