curl --location --request GET '/dict/mentionArea/getMentionAreaTree'
{
"code": 0,
"success": true,
"message": "string",
"data": [
{
"id": 0,
"cityName": "string",
"parentId": 0,
"shortName": "string",
"children": [
{}
]
}
],
"errors": [
"string"
],
"time": "2019-08-24T14:15:22Z"
}