企业🤖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验证:是 ~~~