> 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/zi-zhang-hu-deng-lu.md).

# 子账户登录

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

```
// post 请求
https://start.unionproxy.xyz/ip/login
```

```json
//// json传参字段说明 ：
//userName是用户名
//password是密码

{"username":"xxxx",
"password":"xxxx",
}
```

```json
//返回
{
    "msg": "操作成功",
    "code": 200,
    "token": "E5w"
}
```
