Authorization: Bearer ********************{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"account": "string",
"userId": 0,
"transBizType": 0,
"timeRange": {
"begin": 0,
"end": 0
}
}curl --location --request POST '/crm/transfer/transferrecord' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"orderBy": "string",
"isDesc": true,
"pageIndex": 0,
"pageSize": 0,
"refreshTotal": true,
"account": "string",
"userId": 0,
"transBizType": 0,
"timeRange": {
"begin": 0,
"end": 0
}
}'{
"items": [
{
"id": 0,
"from": "string",
"fromRate": 0,
"to": "string",
"toRate": 0,
"time": 0,
"transBizType": "0",
"amount": 0,
"closeingBalance": 0,
"remark": "string"
}
],
"totalCount": 0,
"refreshedTotal": true,
"sum": {
"totalAmount": 0,
"totalInAmount": 0,
"totalOutAmount": 0,
"count": 0
}
}