获取轮播图

## 获取轮播图 ### 请求方法:GET/POST 接口地址:{域名}/platform/carousel/get 接口参数: |字段|类型|描述| |-|-|-| |id(轮播图ID) | | ### 版本 |版本|作者|| |-|-|-| |v1.0|xxx|| ### 例子 `http://94.191.69.118/platform/carousel/get id=1 ` 返回: ```json { "msg": "success", "code": 200, "data": { "sub_title": "subTitle", "id": 1, "title": "title", "h5": null, "picture": "https://sp-1259154918.cos.ap-shanghai.myqcloud.com/sp/applet/2019/06/17/72774a17ee734114ab6fbeb8b5a82d17.jpeg" } } ```