企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 生成子账号 >接口参数说明 ~~~[api] post:/api/account/create-child-account *string:phoneNumber#手机号 *string:nikeName#昵称 <<< success { "status": 0, "msg": "success", "timestamp": "20181221105857452" } <<< error { "status": 101, "msg": "Username already exists", "timestamp": "20190411040117874" } ~~~ >接口请求示例 ~~~ { "phoneNumber":"1388888888", "nikeName":"zhangsan" } ~~~