Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/city/combo/exist' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": [
{
"id": "",
"cityName": "",
"pid": "",
"children": [
{
"id": "",
"cityName": "",
"pid": "",
"children": []
}
]
}
]
}