{
"token": "string",
"params": {
"citytype": "string"
}
}
curl --location --request POST '/cdkytb/getcyhandleinfobycity' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"params": {
"citytype": "string"
}
}'
{
"status": {
"code": 0,
"text": "string"
},
"custom": {
"code": "string",
"text": "string",
"point": 0,
"offsitereceived": 0,
"taskcount": 0,
"handleplacecount": 0,
"localtoday": 0,
"localmonth": 0,
"localyear": 0,
"othertoday": 0,
"othermonth": 0,
"otheryear": 0
}
}