获取第三方游戏地址
<p><strong>请求方法名:</strong></p>
<ul>
<li>GetThirdPartyGameUrl </li>
</ul>
<p><strong>请求参数:</strong> </p>
<pre><code>{"GameId": 170, "GameCode":"happy_chinese_new_year"}</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;">是</td>
<td style="text-align: left;">int</td>
<td>游戏ID</td>
</tr>
<tr>
<td style="text-align: left;">GameCode</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>{
"Status": true,
"Info": "请求成功",
"Data": {
"RediretUrl": "https://box7-stage.betsrv.com/lixin-stage/static/game.html?profile=default&wl=prod2&token=60c830190b83a0b478941aeeeada3105&ts=1541165690&game=happy_chinese_new_year&lang=zh"
},
"Code": 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;">RediretUrl</td>
<td>跳转链接地址</td>
</tr>
</tbody>
</table>