{
"token": "string",
"params": {}
}
curl --location --request POST '/cdkytb/getcdmzhandleinfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"params": {}
}'
{
"status": {
"code": 0,
"text": "string"
},
"custom": {
"code": "string",
"text": "string",
"cdsum": 0,
"cdpoint": 0,
"dysum": 0,
"dypoint": 0,
"mssum": 0,
"mspoint": 0,
"zysum": 0,
"zypoint": 0,
"offsitereceived": 0,
"taskcount": 0,
"handleplacecount": 0,
"onlinecount": 0,
"localreceivecount": 0,
"localhandlecount": 0,
"multihandlecount": 0
}
}