个人信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://vring.dyhculture.com/forestage/personal/getInfo.html</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"headImg":"20180524\\62caeaf1f37c4602e08a1d835ae4b4bc.png", 用户头像
"collectionT":"[]",
"collectCount":0,
"works":"[]",
"mobile":"18756070310", 手机号码
"nick":"\u8d85\u7ea7\u7ba1\u7406\u5458", 昵称
"roleID":1, 角色id
"username":"admin",
"permissions":"\u8d85\u7ea7\u7ba1\u7406\u5458",
"commonPrice":1,普通转码价格
"vipPrice":5, VIP转码价格
"money":479 余额
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>