{
"token": "string",
"params": {}
}
curl --location --request POST '/cdkytb/getcytotalhandleinfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"params": {}
}'
{
"status": {
"code": 0,
"text": "string"
},
"custom": {
"code": "string",
"text": "string",
"cdsum": 0,
"cdpoint": 0,
"cqsum": 0,
"cqpoint": 0,
"offsitereceived": 0,
"taskcount": 0,
"handleplacecount": 0,
"onlinecount": 0,
"localreceivecount": 0,
"localhandlecount": 0,
"multihandlecount": 0
}
}