curl --location --request GET '/api/wallet/balanceChangeHistory?pageSize=10&pageNum=1' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000'{
"code": 0,
"data": {
"rows": [
{
"after": 0,
"appId": "string",
"before": 0,
"code": "string",
"createBy": null,
"createDept": null,
"createTime": null,
"delFlag": "string",
"ext": "string",
"id": "string",
"itemId": "string",
"operId": 0,
"operType": "string",
"remark": "string",
"siteId": "string",
"status": 0,
"tenantId": "string",
"type": "string",
"updateBy": "string",
"updateTime": "string",
"userId": "string",
"wallet": 0,
"walletType": "string"
}
],
"total": "string"
},
"message": "string",
"status": 0
}