## 我的項目列表
~~~[api:auth]
get:/CompetitionProject/index
int:page=1#頁碼
<<<
success
{
"code": 0,
"msg": "獲取成功",
"page": {
"current": 1,
"last": 1,
"listRows": 15
},
"count": 7,
"data": [
{
"id": 12,
"competition_area_id": 1,
"name": "第二屆率先杯",
"team_type": "",
"competition_groups": "",
"competition_scopes": "",
"status": 99,
"audit_remark": "",
"members_count": 0,
"section": "初賽",
"competitionArea": {
"id": 1,
"name": "北部賽區",
"name_en": "Beijing",
"city_id": 2,
"city_text": "北京"
},
"status_text": "草稿"
},
{
"id": 9,
"competition_area_id": 1,
"name": "第二屆率先杯",
"team_type": "員工組(僅限中科院系統員工勾選)",
"competition_groups": "創意暢享組",
"competition_scopes": "智能無人平臺技術",
"status": 2,
"audit_remark": "測試",
"members_count": 2,
"section": "初賽",
"competitionArea": {
"id": 1,
"name": "北部賽區",
"name_en": "Beijing",
"city_id": 2,
"city_text": "北京"
},
"status_text": "未通過"
},
{
"id": 8,
"competition_area_id": 1,
"name": "測試項目2",
"team_type": "社會組(須中科院單位推薦)",
"competition_groups": "創造應用組",
"competition_scopes": "智能無人平臺技術;未來先進電子科學技術",
"status": 3,
"audit_remark": "",
"members_count": 0,
"section": "初賽",
"competitionArea": {
"id": 1,
"name": "北部賽區",
"name_en": "Beijing",
"city_id": 2,
"city_text": "北京"
},
"status_text": "已通過"
},
{
"id": 7,
"competition_area_id": 1,
"name": "測試項目2",
"team_type": "學生組",
"competition_groups": "創新突破組",
"competition_scopes": "智能無人平臺技術;未來先進電子科學技術",
"status": 3,
"audit_remark": "",
"members_count": 0,
"section": "初賽",
"competitionArea": {
"id": 1,
"name": "北部賽區",
"name_en": "Beijing",
"city_id": 2,
"city_text": "北京"
},
"status_text": "已通過"
},
{
"id": 6,
"competition_area_id": 1,
"name": "測試項目1",
"team_type": "社會組(須中科院單位推薦)",
"competition_groups": "創意暢享組",
"competition_scopes": "智能無人平臺技術;未來先進電子科學技術",
"status": 3,
"audit_remark": "",
"members_count": 0,
"section": "初賽",
"competitionArea": {
"id": 1,
"name": "北部賽區",
"name_en": "Beijing",
"city_id": 2,
"city_text": "北京"
},
"status_text": "已通過"
},
{
"id": 5,
"competition_area_id": 1,
"name": "項目名稱1111",
"team_type": "員工組(僅限中科院系統員工勾選)",
"competition_groups": "創造應用組",
"competition_scopes": "生物及交叉科學技術;未來先進電子科學技術;先進平臺和新概念裝備技術",
"status": 0,
"audit_remark": "",
"members_count": 2,
"section": "初賽",
"competitionArea": {
"id": 1,
"name": "北部賽區",
"name_en": "Beijing",
"city_id": 2,
"city_text": "北京"
},
"status_text": "待審核"
},
{
"id": 4,
"competition_area_id": 1,
"name": "測試項目名稱",
"team_type": "社會組(須中科院單位推薦)",
"competition_groups": "創意暢享組",
"competition_scopes": "先進平臺和新概念裝備技術",
"status": 0,
"audit_remark": "",
"members_count": 3,
"section": "初賽",
"competitionArea": {
"id": 1,
"name": "北部賽區",
"name_en": "Beijing",
"city_id": 2,
"city_text": "北京"
},
"status_text": "待審核"
}
]
}
<<<
error
{
"code": 403,
"msg": "未登錄或登錄已失效",
"time": 1627543508,
"data": null
}
~~~
## 字段列表
| 字段 | 說明 |
| --- | --- |
| code | 狀態碼:0正常,其它均為異常 |
| msg | 狀態消息 |
| page.current | 當前頁頁碼 |
| page.last | 總頁數 |
| page.listRows | 每頁數據條數 |
| data.id | 項目ID |
| data.name | 項目名稱 |
| data.team_type | 團隊類型 |
| data.competition_groups | 作品組別 |
| data.competition_scopes | 作品領域 |
| data.members_count | 團隊成員數量 |
| data.section | 比賽階段 |
| data.status_text | 狀態 |
| data.status | 狀態碼 |
| data.audit_remark | 審核不通過原因 |