> 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/dai-li-shang-cha-xun-chong-zhi-yong-hu-xin-xi.md).

# 代理商查询充值用户信息

**Request Method: Get**

```
//get请求方式
https://start.unionproxy.xyz/ip/system/user/username
```

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

```json
//返回查询结果
{
    "code": 200,
    "msg": "操作成功",
    "data": {
        "userName": "15625005247",
        "tTrafficLimit": 8000.00
}
```
