ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的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" } ~~~