{
"dataId": "string",
"modeType": 0,
"operationType": 0
}
curl --location --request POST 'szCommonApprovalProcess/queryHistoryApprovalProcess.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": "string",
"modeType": 0,
"operationType": 0
}'
{
"code": "string",
"msg": "string",
"data": [
{
"nodeName": "string",
"name": "string",
"role": "string",
"telephone": "string",
"operationDate": "string",
"operation": "string",
"remarks": "string",
"type": "string",
"dataStatus": "string"
}
]
}