{
// "cityId": 3,
// "hotelId": 0,
"cityName": "青岛",
// "countryId": 1,
"domestic": 1
}
curl --location --request POST '/api/city/queryCityList' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJsaXV4dSIsImlhdCI6MTc0NDE2ODQ4NSwiZXhwIjoxNzQ0MjU0ODg1fQ.Q3177SzhuJXg-6qHblR6_l6nlo_JPwuKgtBBa88QOFg' \
--header 'Tenant-Id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
// "cityId": 3,
// "hotelId": 0,
"cityName": "青岛",
// "countryId": 1,
"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
}
]
}
]
}