## 获取首页轮播图片 +++ get:/user/getHomePage <<< success { "onceToken": "", "data": [ { "id": 1, "imgUrl": "http://img0.imgtn.bdimg.com/it/u=1688630004,516857010&fm=214&gp=0.jpg", "detailUrl": "https://www.baidu.com", "hotLevel": "1" }, { "id": 2, "imgUrl": "http://img0.imgtn.bdimg.com/it/u=1688630004,516857010&fm=214&gp=0.jpg", "detailUrl": "https://www.baidu.com", "hotLevel": "2" } ], "code": "00000", "info": "获取成功" } <<< error { onceToken: null, data: null, code: "10002", info: "暂无数据" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | |1|id|图片ID|| |2|imgUrl|图片URL|| |3|detailUrl|图片详细地址|| |4|hotLevel|顺序||