试玩接口
<p><strong>请求方法名:</strong></p>
<ul>
<li>Trial </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<ul>
<li><code>{&quot;Account&quot;:&quot;ceshi&quot;,&quot;VerifyCode&quot;:&quot;819665&quot;}</code></li>
</ul>
<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;">Account</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户名</td>
</tr>
<tr>
<td style="text-align: left;">VerifyCode</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;Status&quot;: true,
&quot;Info&quot;: &quot;注册成功&quot;,
&quot;Data&quot;: null,
&quot;Code&quot;: 0
}</code></pre>