{
"domestic": 1
}curl --location --request POST '/api/city/queryCityList' \
--header 'Content-Type: application/json' \
--data-raw '{
"domestic": 1
}'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": [
{
"groupName": "",
"stdCityResponseList": [
{
"id": 0,
"cityId": 0,
"cityName": "",
"cityNameEn": "",
"countryId": 0,
"countryName": "",
"countryNameEn": "",
"continentName": "",
"continentNameEn": "",
"domestic": 0,
"overseas": 0,
"firstLetter": "",
"isHot": 0,
"creationSource": 0
}
]
}
]
}