curl --location -g --request GET 'https://www.zhizhuip.cc/externalapi/common/cityList?access_token=&country_id=4029'
{
"code": 1,
"msg": "获取成功!",
"time": "1697681198",
"data": {
"citys": [
{
"id": 11,
"name": "Los Angeles",
"code": "Los Angeles",
"type_text": "",
"status_text": ""
},
{
"id": 22,
"name": "New York City",
"code": "New York City",
"type_text": "",
"status_text": ""
},
{
"id": 33,
"name": "Chicago",
"code": "Chicago",
"type_text": "",
"status_text": ""
},
{
"id": 44,
"name": "Houston",
"code": "Houston",
"type_text": "",
"status_text": ""
}
]
}
}