注册
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>127.0.0.1:8080/app/register</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<p>{"userName":"用户昵称","email":"939759689@qq.com","phone":"16621014667","areaCode":"+86","code":"648654"}</p>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;createBy&quot;: null,
&quot;createTime&quot;: &quot;2024-03-21 17:02:00&quot;,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: null,
&quot;remark&quot;: null,
&quot;id&quot;: 101,
&quot;userAccount&quot;: 23368256,
&quot;userName&quot;: &quot;用户昵称&quot;,
&quot;email&quot;: &quot;939759689@qq.com&quot;,
&quot;starCoin&quot;: null,
&quot;freezeStarCoin&quot;: null,
&quot;withdrawStarCoin&quot;: null,
&quot;phone&quot;: &quot;16621014667&quot;,
&quot;areaCode&quot;: &quot;+86&quot;,
&quot;riskStatus&quot;: null
}
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>