curl --location --request GET '/admin-api/system/region/get?id=1024'
{
"code": 0,
"data": {
"id": 14456,
"code": "string",
"parentId": 31735,
"level": 0,
"name": "芋艿",
"enabled": true,
"wholeName": "张三",
"longitude": "string",
"latitude": "string",
"firstLetter": "string",
"pinyin": "string",
"createTime": "2019-08-24T14:15:22Z"
},
"msg": "string"
}