简要描述:
- 酒店定位城市,
请求URL:
GET/plugin.hotel.frontend.hotel.hotel.get-hot-citys
参数:
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"citys": [
{
"city_id": 440100,
"hotel_count": 2,
"full_address": "广州市 "
},
{
"city_id": 430100,
"hotel_count": 1,
"full_address": "长沙市 "
}
]
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
city_id | int | 城市id |
hotel_count | int | 城市酒店数量 |
full_address | int | 城市名称 |
备注:
- 更多返回错误代码请看首页的错误代码描述