获取热门城市
基本信息
Path: /api/v1/hot-citys
Method: GET
接口描述:
请求参数
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
limit | 否 | 20 | 返回数量,不传默认20 |
time | 是 | 当前时间戳,毫秒 | |
sign | 是 | 签名验证,sign=md5(key+time) 取32小写 |
返回数据
{
"Code": 0,
"Desc": "成功",
"Message": [
{
"sort": 1037231,
"state_cn": "巴黎与法兰西岛区",
"region_id": 10162,
"state_en": "Paris & Ile-de-France",
"mwm_id": 129,
"city": 938,
"city_cn": "巴黎",
"region_cn": "法国",
"location": {
"lat": 48.856614,
"lon": 2.3522219
},
"city_en": "Paris",
"region_en": "France"
}
],
"extData": {}
}