curl --location -g --request POST 'http://192.168.1.76:8081/sys/tbusr/getWithdrawCashList?pageNum&pageSize&userName&userType&drawWayId&status¶ms[beginTime]=¶ms[endTime]' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw'{
"total": 1,
"rows": [
{
"id": 1,
"drawCode": "51539091957372253568",
"userName": "闲云",
"userType": "1",
"userTypeName": null,
"drawMoney": 100.00,
"createTime": "2025-08-18 09:28:10",
"status": "1",
"statusName": "待打款",
"drawWayId": "3",
"bankCardNumber": null,
"accountAddress": null,
"bankName": null,
"branchName": null
}
],
"code": 200,
"msg": "查询成功"
}