curl --location --request GET '/backend/accountHistory/list?pageNum=1&pageSize=10&startDate=2025-04-01 00:00:00&endDate=2025-07-01 00:00:00&actualPayerUserId=user-aaaaaaas' \
--header 'BackendToken: {{BackendToken}}'{
"data": {
"total": 1,
"list": [
{
"id": "SN20250627191533880546",
"userId": "user-AAAAAAAIS",
"orderType": "EXPENSE",
"chargeType": "BALANCE_SPEND",
"amount": 4.8888,
"balanceAmount": -3.8888,
"payOrderId": null,
"orderId": "3711831",
"transactionType": null,
"chargeCode": "TXN20250627191440678427",
"createTime": "2025-06-27T19:15:33.657+08:00"
}
]
},
"code": 1001,
"message": "查询成功"
}