~~~[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驗證:是
~~~