{
"level": 1,
"pid": 1
}
curl --location --request POST '/dict/mentionArea/getMentionTheByPid' \
--header 'Content-Type: application/json' \
--data-raw '{
"level": 1,
"pid": 1
}'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"id": 0,
"cityName": "string",
"parentId": 0,
"shortName": "string",
"children": [
{}
]
}
],
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}