# 區域查詢
> url:/carrier/queryAllArea
> author:aye
> time:2022.03.20
*****
> 請求類型:get
*****
> 傳入參數:無
*****
> 返回參數
> | 序號 | 字段名 | 字段中文 | 數據類型 | 是否必填 | 備注 |
> | --- | --- | --- | --- | --- | --- |
> | 1 | id | 唯一編號 | 字符串 | 是 | |
> | 2 | title | 標題 | 數字 | 是 |
> *****
> 接口樣例
> ```
> [{
> id:”xxxxx”,
> title:”科創中心”,
> }]
> ```