> 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-ji-lu.md).

# 代理商查询充值记录

**Request Method: Get**

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

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

```json

    "msg": "操作成功",
    "code": 200,
    "data": [{
            "id": "86",
            "userId": "d8883744",  
            "toUserBeforeAmount": 0.00, //充值前
            "toUserAfterAmount": 5.00,  //充值后
            "fromUserBeforeAmount": 10, //充值前  
            "fromUserAfterAmount": 5,//充值后
            "trafficNumber": 500.00,
            "createTime": "2025-10-13T14:42:35",
            "toUserId": "fc88893eeab07d",
            "fromUserId": "d67ef96fed1acc581a3744",
            "toUserName": "uni",//充值目标账户
            "fromUserName": "LF8",  //充值源账户
            "operateType": -1,
            "operateBathCode": "9fb8",
            "status": "成功"
        }]
```
