## 獲取單頁內容
~~~[api]
get:/Archives/page
int:channel_id#欄目id
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": {
"id": 37,
"channel_id": 1,
"admin_id": 0,
"title": "關于大賽",
"image": "https://cas-cms-file.makercas.com/Archives/ce4ef619d8ebb760ce35cc69ef4990ce.png",
"description": "關于大賽",
"recommend": 0,
"views": 0,
"likes": 0,
"project_session_id": null,
"diyname": "",
"create_time": "2021-07-29 10:40:08",
"update_time": "2021-07-29 10:40:08",
"delete_time": null,
"distinction": 0,
"status": 1,
"addonnews": {
"id": 37,
"content": "<p><img src=\"http://192.168.101.35:8080/img/about_ad.png\" alt=\"\"/></p><ul class=\"about_list_wrap list-paddingleft-2\" style=\"list-style-type: none;\"><li><p class=\"about_item_title\" style=\"margin-top: 0px; margin-bottom: 0px; padding: 0px 30px; box-sizing: border-box; width: 1200px; height: 66px; line-height: 66px; font-size: 20px; color: rgb(17, 17, 17); background-color: rgb(248, 248, 248); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;\">組織機構</p><p class=\"about_item_text\" style=\"margin-top: 0px; margin-bottom: 0px; padding: 0px; box-sizing: border-box; width: 1140px; color: rgb(102, 102, 102);\"><span class=\"about_item_name\" style=\"color: rgb(17, 17, 17);\">發起單位:</span> <span class=\"about_item_value\">軍委科技委</span></p><p class=\"about_item_text\" style=\"margin-top: 10px; margin-bottom: 0px; padding: 0px; box-sizing: border-box; width: 1140px; color: rgb(102, 102, 102);\"><span class=\"about_item_name\" style=\"color: rgb(17, 17, 17);\">主辦單位:</span> <span class=\"about_item_value\">中國科學院</span></p><p class=\"about_item_text\" style=\"margin-top: 10px; margin-bottom: 0px; padding: 0px; box-sizing: border-box; width: 1140px; color: rgb(102, 102, 102);\"><span class=\"about_item_name\" style=\"color: rgb(17, 17, 17);\">支持單位:</span> <span class=\"about_item_value\">深圳市人民政府</span></p><p class=\"about_item_text\" style=\"margin-top: 10px; margin-bottom: 0px; padding: 0px; box-sizing: border-box; width: 1140px; color: rgb(102, 102, 102);\"><span class=\"about_item_name\" style=\"color: rgb(17, 17, 17);\">承辦單位:</span> <span class=\"about_item_value\">中國科學院深圳先進技術研究院</span></p><p class=\"about_item_text\" style=\"margin-top: 10px; margin-bottom: 0px; padding: 0px; box-sizing: border-box; width: 1140px; color: rgb(102, 102, 102);\"><span class=\"about_item_name\" style=\"color: rgb(17, 17, 17);\">協辦單位:</span> <span class=\"about_item_value\">中國科學院國家空間科學中心、微小衛星創新研究院、電子學研究所所、自動化研究所所、西安光學精密機械研究所、國科控股</span></p><p class=\"about_item_text\" style=\"margin-top: 10px; margin-bottom: 0px; padding: 0px; box-sizing: border-box; width: 1140px; color: rgb(102, 102, 102);\"><span class=\"about_item_name\" style=\"color: rgb(17, 17, 17);\">執行單位:</span> <span class=\"about_item_value\">中科創客學院</span></p></li><li><p class=\"about_item_title\" style=\"margin-top: 0px; margin-bottom: 0px; padding: 0px 30px; box-sizing: border-box; width: 1200px; height: 66px; line-height: 66px; font-size: 20px; color: rgb(17, 17, 17); background-color: rgb(248, 248, 248); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;\">組織機構</p><p class=\"about_item_text\" style=\"margin-top: 0px; margin-bottom: 0px; padding: 0px; box-sizing: border-box; width: 1140px; color: rgb(102, 102, 102);\">重點支持某一領域的前沿性技術,甚至是對主流和關鍵技術進行“破壞性”替代,以達到“顛覆性”效果的技術革新或科技創意,具體包括但不限于以下</p></li></ul><p><br/></p>",
"span": ""
},
"addonvideo": null,
"addonproduct": null
}
}
<<<
error
{
"code": 1,
"msg": "無數據"
}
~~~
## 字段列表
| 字段 | 說明 |
| --- | --- |
| id | 內容ID |
| titile | 內容標題 |
| diyname | 自定義url |
| image | 內容縮略圖 |
| description | 內容簡介 |
| views | 瀏覽次數 |
| likes | 點贊數 |
| recommend | 1=推薦;0=不推薦 |
| addonnews| 新聞類的相關內容 |
| addonvideo | 視頻類的相關內容 |
| addonproduct | 點贊數 |