## 獲取首頁文章
~~~[api]
get:index/Index/article
*classify_id=[13]#分類的id(以數組的形式傳輸)點擊后傳送
<<<
success
{
"code": 1,
"msg": "獲取成功",
"information": [
{
"id": 5,
"name": "政策信息",
"article": [
{
"id": 1,
"title": "并發量大、數據量大的互聯網業務數據庫設計軍規",
"src": "/uploads/71/79b9569fba68661304152ae492f6fa.png",
"intro": null,
"content": "我是文章內容",
"source": "Csdn",
"clicks": 999,
"is_top": 0,
"recommend": 0,
"outside_chain": "https://blog.csdn.net/u012562943/article/details/93735268",
"navigation_id": 5,
"classify_id": "1,3",
"create_time": "2019-06-27"
}
]
}
],
"database": [
{
"id": 2,
"name": "數據庫",
"article": []
}
],
"organization": [
{
"id": 3,
"name": "服務機構",
"article": []
}
],
"tuiOrganization": [
{
"id": 3,
"name": "服務機構",
"article": []
}
],
"expert": [
{
"id": 4,
"name": "專家庫",
"article": []
}
],
"tuiExpert": [
{
"id": 4,
"name": "專家庫",
"article": []
}
],
"statistics": [
{
"id": 7,
"name": "數據統計",
"type": [
{
"id": 6,
"name": "數據統計分類",
"navigation_id": 7,
"classify": [
{
"id": 13,
"name": "分類一",
"type_id": 6
},
{
"id": 14,
"name": "分類二",
"type_id": 6
}
]
}
],
"article": [
{
"id": 3,
"title": "11111111111",
"src": "/uploads/9d/4eefd9585662dd18e9327761e32779.png",
"intro": "test",
"content": "<p>999999999999999999999999999</p>",
"source": "福建廈門",
"clicks": 100,
"is_top": 0,
"recommend": 0,
"outside_chain": "https://weibo.com",
"navigation_id": 7,
"classify_id": "13",
"create_time": "2019-07-11"
}
]
}
]
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| information | 政策信息 |
| database | 數據庫 |
| organization | 服務機構 |
| tuiOrganization | 推薦的服務機構 |
| expert | 專家庫 |
| tuiExpert | 推薦的專家庫 |
| statistics | 數據統計 |
| id | 導航的id |
| name | 導航的名字 |
| type | 導航下的分類 |
| type-id | 導航下分類的id |
| type-name |導航下分類的名字 |
| type-navigation_id | 導航id |
| classify | 導航下分類的子分類 |
| classify-id | 導航下分類的子分類id |
| classify-name | 導航下分類的子分類名字 |
| classify-pid | 導航下分類的子分類父級id |
| classify-status | 導航下分類的子分類狀態 |
| classify-type_id | 導航下分類的id |
| article-id | 文章的ID |
| article-title | 文章標題 |
| article-src | 文章列表配圖 |
| article-intro | 文章簡介 |
| article-content | 文章內容 |
| article-source | 導航id |
| article-contnet | 分類id |
| article-source| 文章來源 |
| article-clicks | 點擊量 |
| article-is_top | 1=置頂 0=取消置頂 |
| article-recommend | 1=推薦 0=取消推薦 |
| article-outside_chain | 外鏈 |
| article-navigation_id | 導航的id |
| article-classify_id | 分類的id |
| article-create_time | 文章創建時間 |