curl --location --request GET '/appMark/employeeWallet/receiptPayment'
{
"total": 0,
"rows": [
{
"id": 0,
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"withdrawalCode": "string",
"title": "string",
"type": "string",
"amount": 0,
"receiptAccount": "string",
"withdrawalPlatform": "string",
"status": "string",
"remark": "string",
"isDelete": "string"
}
],
"code": 0,
"msg": "string"
}