合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## 生成子账号 >接口参数说明 ~~~[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" } ~~~