{
"page": 2,
"size": 10,
"accountId": "2751989924608",
"withdrawStatus": 0,
"companyId":1743889921536
}curl --location --request POST 'https://getway.upfreework.com/openapi/v1/finance/zs/withdraw-record/page' \
--header 'appId;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 2,
"size": 10,
"accountId": "2751989924608",
"withdrawStatus": 0,
"companyId":1743889921536
}'{
"code": 0,
"message": "成功",
"context": {
"data": [
{
"referenceNo": "202502141506374160220",
"accountId": "2751989924608",
"withdrawAccount": "548745632541254",
"transferBankAccount": "128964378710007",
"withdrawMoney": 1,
"withdrawTime": "2025-02-14 15:06:41",
"withdrawStatus": 0,
"failReason": null
}
],
"total": 1
},
"traceId": "6858f0c4a60e03286ab637a1b48ce189",
"spanId": "232d757a13a7a7d8"
}