## 獲取賽事詳情
~~~[api]
get:/Competition/info
*int:id#賽事ID
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": [
{
"id": 1,
"name": "北部賽區",
"city_id": 0,
"city_text": "北京"
}
]
}
~~~
## 字段列表
| 字段 | 說明 |
| --- | --- |
| title | 賽事名稱 |
| start_time | 開啟報名時間 |
| end_time | 停止報名時間 |
| summary | 簡介 |
| area | 賽區 |
| groups | 組別 |