版本:202607
查询子地区列表
GET/openapi/2026-07/areas/:code/children
获取指定区域下的子区域列表。
请求
Path参数
code string必填
省份 ID
Query参数
no_cache string
是否跳过缓存
locale string
语言环境码(如 en-US)
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
- ]
codestring
错误码
messagestring
错误信息
data object
typestring
类型
list object[]
列表
codestring
代码
namestring
名称
zipstring
邮政编码
{
"code": "string",
"message": "string",
"data": {
"type": "string",
"list": [
{
"code": "string",
"name": "string",
"zip": "string"
}
]
}
}