获取试玩域名
<p><strong>简要描述:</strong></p>
<ul>
<li>获取试玩域名</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xxx.xxx.com/systems/getDemoDomain</code> 前台接口</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST Content-Type: application/json;charset=utf-8</li>
</ul>
<p><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "Success",
"wapurl188": "http://ubs.lebole5.com"
}</code></pre>
<p><strong>返回码说明:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">0/1</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">错误消息</td>
</tr>
<tr>
<td style="text-align: left;">wapurl188</td>
<td style="text-align: left;">试玩域名,仅仅是域名,试玩参数需要拼接上去</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong>
试玩参数 /?demo=1&game_code=游戏代号数字
例如 <a href="https://www.6686live.com/?demo=1&game_code=240">https://www.6686live.com/?demo=1&game_code=240</a></p>