> 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-gei-yong-hu-chong-zhi.md).

# 代理商给用户充值

**Request Method:  Get**

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

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

```
参数：
toId: 给那个用户充值
trafficNumber：充值的数量
```

<pre><code>返回结果：

<strong>	{
</strong>	"msg": "操作成功",
	"code": 200
	
</code></pre>
