curl --location --request GET 'http://122.51.138.163:8080/h5/wallet/getCashDetail?pageNum=1&pageSize=10' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDE5Njc3MjksInVzZXJuYW1lIjpbImp6eiIsIjMiXX0.qs4FskLHPtY4gSziyGswWNTeQfkTwPPNRexwT2-ZgxA'
{
"total": 1,
"rows": [
{
"createBy": "1",
"createTime": "2024-12-18 13:34:18",
"updateBy": "",
"updateTime": "2024-12-18 13:34:22",
"userType": null,
"remark": null,
"id": "1",
"userId": "3",
"points": 100000,
"pointsBefore": 200000,
"amount": 10,
"actualAmount": null,
"commission": null,
"status": "0",
"auditReason": null,
"auditUserId": "",
"auditTime": null,
"delFlag": "0"
}
],
"code": 200,
"msg": "查询成功"
}