轮播接口

轮播图 1\. 轮播图接口 --- **1\. 轮播图** ###### 接口功能 > 轮播图 ###### URL > [http://api.uuuda.com/banner/list](http://api.uuuda.com/banner/list) ###### 支持格式 > JSON ###### HTTP请求方式 > POST ###### 请求参数 > |参数|必选|类型|说明| |:----- |:-------|:-----|----- | |token |ture |string|用户身份码 | |type |true |int |类型 1乘客 2车主 3个人中心| ###### 返回字段 > |返回字段|字段类型|说明 | |:----- |:------|:----------------------------- | |errno |int |返回结果状态。0:正常;1:错误。 | |msg |string |提示文案 | |data |string |返回内容 | |reqid |string |请求的唯一编号 | ###### 返回结果 ```json 成功:{ "errno": 200, "msg": "SUCCESS", "data": [ { "id": 1, "name": "邀请好友得U豆", "path": "/pages/pullPerson/pullPerson", "imgPath": "https://uuuda.oss-cn-beijing.aliyuncs.com/activity/activity_one.png", "status": 1, "type": 1, "time": 1545215580, "onLine": 0, "onTime": 1545215580 }, { "id": 2, "name": "小U送福利", "path": "/pages/actcenter/actcenter", "imgPath": "https://uuuda.oss-cn-beijing.aliyuncs.com/activity/activity_two.png", "status": 1, "type": 1, "time": 1545215580, "onLine": 0, "onTime": 1545215580 } ], "reqid": "2670ecc73169eafc450ea4bbe0dc9d5b" } 失败:{ "errno": 500, "msg": "系统错误", "data": null, "reqid": "97f9a1cf6dc155f36ff1e542c497a043" }