## 獲取賽區列表
~~~[api]
get:/Competition/area
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": [
{
"id": 1,
"name": "北部賽區",
"city_id": 2,
"city_text": "北京"
}
]
}
~~~
## 字段列表
| 字段 | 說明 |
| --- | --- |
| id | 賽區ID |
| name | 賽區名稱 |
| city_id | 賽區所屬城市ID |
| city_text | 賽區所屬城市名稱 |