{
"pageNum": 0,
"pageSize": 0,
"isPage": true,
"year": "string",
"optType": 0,
"bzType": 1
}
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/electArchiveStats/getArchiveRecordByPage' \
--header 'Cookie: SESSION=;SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"isPage": true,
"year": "string",
"optType": 0,
"bzType": 1
}'
{
"success": true,
"message": "string",
"code": 0,
"result": {
"records": [
{
"operatorName": "string",
"paperworkNo": "string",
"departName": "string",
"optTime": "string",
"optType": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"searchCount": true,
"pages": 0
},
"timestamp": 0
}