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