X-API-Key: ********************{
"page": 1,
"row": 100
}curl --location --request POST '/hotel/getCityList' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"row": 100
}'{
"code": 200,
"msg": "操作成劝",
"data": [
{
"pinyinName": "string",
"province": "string",
"cityCode": "string",
"cityName": "string"
}
]
}