~~~[api]
post:/admin/add
*string:account=hello#账号
*string:password=hello#密码
*string:Repassword=hello#确认密码
*string:nickname=hello#昵称
*string:descript=hello#简介
*string:email=8888@qq.com#邮箱
<<<
success
{
"code": 200,
"info": "",
"msg": "success"
}
<<<
error
{
"code": 400,
"info": "该账户已经存在",
"msg": "error"
}
~~~
~~~
是否需要jwt验证:是
~~~