## 获取单页内容
~~~[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 | 点赞数 |