更新时间:2023-07-06 08:28:01下载pdf
本文介绍查询城市信息的 API。
根据经纬度查询查询城市信息。
GET: /v2.0/iot-03/automations/cities/positions
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
lon | String | query | true | 经度。精度支持小数点后6位。 |
lat | String | query | true | 纬度。精度支持小数点后6位。 |
参数名 | 类型 | 说明 |
---|---|---|
result | AreaRes | 返回结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
city_id | String | 城市 ID |
city_name | String | 城市名称 |
province_name | String | 省份名称 |
GET: /v2.0/iot-03/automations/cities/positions?lon=-118.331359&lat=34.000664
{
"result": {
"province_name": "California",
"city_name": "Los Angeles",
"city_id": "101069444120988****"
},
"t": 1635390466504,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈