查询城市列表

更新时间:2023-06-15 05:05:43

本文介绍查询城市列表的 API。

接口描述

查询自动化和一键执行支持的城市列表(只支持中国地区)。

接口地址

GET: /v2.0/iot-03/automations/cities

返回参数

参数名 类型 说明
result List 返回结果

result 说明

参数名 类型 说明
id String 省份 ID
name String 省份名称
cities List 省份下辖城市列表

cities 说明

参数名 类型 说明
id String 城市 ID
name String 城市名称

请求示例

GET: /v2.0/iot-03/automations/cities

返回示例

{ "result": [ { "cities": [ { "name": "福州", "id": "79340954706575****" } ], "name": "福建省", "id": "79341683851932****" } ], "t": 1631869578413, "success": true }

错误码

参考 错误码