## :-: **首页内容**
~~~[api]
get:/api/Index/index
int:zixun_catid=15#资讯分类的id
<<<
success
{
"code": 200,
"msg": "获取数据成功",
"data": {
"category": [
{
"id": 8,
"name": "技能培训"
},
{
"id": 30,
"name": "临床科研"
},
{
"id": 10,
"name": "成果转化"
},
{
"id": 11,
"name": "医护到家"
},
{
"id": 14,
"name": "更多资讯"
}
],
"yhzs": [
{
"id": 6,
"gather_type": 1,
"gather_id": 68,
"gather_info": {
"id": 68,
"title": "欧珀",
"thumb": ""
}
},
{
"id": 5,
"gather_type": 1,
"gather_id": 67,
"gather_info": {
"id": 67,
"title": "北京市",
"thumb": ""
}
}
],
"zixun": [
{
"id": 11,
"gather_type": 1,
"gather_id": 73,
"gather_info": {
"id": 73,
"title": "英雄联盟",
"description": "",
"thumb": "",
"create_time": "2021-06-23 09:53:41",
"views": 0
}
}
]
}
}
~~~
### 返回字段说明
| 字段 | 说明 |
| --- | --- |
| category | 栏目的信息 |
| category-id | 栏目的id |
| category-name | 栏目名称 |
| yhzs | 医护资料信息 |
| yhzs-id| list列表的id |
| yhzs-gather_id| 对应的文章、视频的id |
| yhzs-gather_type | 1=文章;2=视频 |
| yhzs-gather_info | 文章或者视频的信息 |
| yhzs-gather_info(id) | 文章或者视频的id |
| yhzs-gather_info(title) | 文章或者视频的标题 |
| yhzs-gather_info(description) | 文章或者视频的简介 |
| yhzs-gather_info(thumb) | 文章缩略图 |
| yhzs-gather_info(cover_url) | 视频的缩略图 |
| yhzs-gather_info(views) | 文章阅读量 |
| yhzs-gather_info(view_counts) | 视频的阅读量 |
| yhzs-gather_info(create_time) | 文章或视频的发布时间 |