ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[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验证:是 ~~~