curl --location --request GET '/front/accountHistory/list?pageNum=1&pageSize=10&sourceType=online&actualPayerUserId=user-TlRdINza' \
--header 'FrontToken: {{FrontToken}}'{
"data": {
"total": 562,
"list": [
{
"id": "SN20250616154723806474",
"userId": "235a7a2a15434013998e48824dc9399f",
"orderType": "INCOME",
"amount": 100,
"balanceAmount": 100,
"payOrderId": "ORD20250616154659484981",
"orderId": null,
"transactionType": null,
"chargeCode": null,
"createTime": "2025-06-16T15:47:23.470+08:00"
}
]
},
"code": 1001,
"message": "查询成功"
}