> 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/chong-zhi-ji-lu-lie-biao.md).

# 充值记录列表

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

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

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

```
返回结果:

"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": "成功"
    }]
```
