curl --location '/staffapi/withdraw/lists?source_type=undefined&status=undefined' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"money": "string",
"status": 0,
"verify_remarks": null,
"create_time": "string",
"type_desc": "string",
"status_desc": "string"
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}