> For the complete documentation index, see [llms.txt](https://huajiangs-organization.gitbook.io/xiao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huajiangs-organization.gitbook.io/xiao/copy-of-xiao/proxies/openapi/chuang-jian-zi-zhang-hao.md).

# 创建子账号

**Request Method:&#x20;**<mark style="color:orange;">**POST**</mark>

```
// post 请求
https://start.unionproxy.xyz/ip/system/user/register
```

```json
// json传参字段说明 ：
//userName是用户名 (必填)
//password是密码  (必填)
//confirmPassword是二次确认密码(必填)
//email是邮箱(必填)
//code是验证码不用处理
{"userName":"xxxxx",
"password":"xxxxx",
"confirmPassword":"xxxxx",
"code":"",
"email":"xxxxx@qq.com"}
```

```
// 返回说明
code: 200成功，其他失败


```
