## :-: **获取banner图**
~~~[api]
get:api/index/banner
*int:type=1#1=首页;2=临床科研;3=技能培训
<<<
ssuccess
{
"code": 200,
"msg": "获取成功",
"data": [
{
"id": 2,
"url": "/uploads/device/96/e33ac65027dbab2c6636d90df1b58f33379df6.jpg",
"title": "s",
"description": "s",
"type": "技能培训"
}
]
}
~~~
### 返回字段说明
| 字段 | 说明 |
| --- | --- |
| url| banner路径 |
| title| banner标题|
| description| banner简介|
| type| banner所属栏目|