> 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/xi-tong-zhang-hu-bang-ding-zi-zhang-hu-shou-quan.md).

# 系统账户绑定子账户（授权）

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

<pre><code>// post请求动态池绑定（刚注册得用户才需要创建绑定关系）
<strong>https://start.unionproxy.xyz/ip/authorize/tIPAuth
</strong></code></pre>

```json
//json传参字段说明
//Authorization其实就是登录时候获取的token
请求凭证（用户登录返回）
{
    "Authorization": "Bearer MdNtlpQCI8E5w"
}

```

```
// 返回说明
{
	"msg": "操作成功",
	"code": 200
}
```
