# 区域查询
> url:/carrier/queryAllArea
> author:aye
> time:2022.03.20
*****
> 请求类型:get
*****
> 传入参数:无
*****
> 返回参数
> | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 |
> | --- | --- | --- | --- | --- | --- |
> | 1 | id | 唯一编号 | 字符串 | 是 | |
> | 2 | title | 标题 | 数字 | 是 |
> *****
> 接口样例
> ```
> [{
> id:”xxxxx”,
> title:”科创中心”,
> }]
> ```