💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 生成子账号 >接口参数说明 ~~~[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" } ~~~