试玩账号
<p><strong>简要描述:</strong> </p>
<ul>
<li>试玩账号接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/user/signdemo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">无</td>
<td style="text-align: left;">无</td>
<td style="text-align: left;">无</td>
<td>无</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;:0,
&quot;oid&quot;:&quot;37cb46cd4475be4a49f69a9cb01e8af9&quot;,//用户认证密钥
&quot;username&quot;:&quot;demo&quot;,//用户名
&quot;money&quot;:2000 //用户金额。
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>试玩账号根据客户端session_id完成。</li>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>