> 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/proxies/new-dong-tai-dui-jie-api/gei-zi-yong-hu-chong-zhi.md).

# 给子用户充值

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

```
//get请求
https://start.unionproxy.xyz/ip/system/user/recharge?toId=${toId}&trafficNumber=${trafficNumber}
```

```json
请求凭证（联系客服提供）
headers：  "Authorization": "Bearer MdNtlpQCI8E5wxxxxxxxxxxxxxxxxxx"
```

```json
//json传参字段说明
//单位是MB, 1000MB=1G
toId: 给那个用户充值( 传对应的用户id,通过"代理商查询充值用户信息"接口查询获取)
trafficNumber：充值的数量
```

```
返回结果：
{
"msg": "操作成功",
"code": 200
}
```
