文档
测试

获取轮播图

POST
http://192.168.1.175:8805/banner/querybannerlist

接口描述

获取轮播图

请求参数

参数名
类型
描述
必填
access_token
String
授权token
必填
channel
String
1002是养护(必传)
必填

响应参数

参数名
类型
描述
必填
msg
String
操作成功
必填
code
Sting
200
必填
data
object
返回的数据
必填

说明 / 示例

{ "msg": "操作成功", "code": 200, "data": [ { "id": 9, "bannerid": "1", "url": "http://baidu.com", "title": "轮播图1", "remarks": "没有", "channel": "1", "type": "h5", "state": "1", "skipaddress": "http:aaa.com", "create_by": null, "create_time": "2020-08-20 16:56:40", "update_by": null, "update_time": null, "del_flag": "1" }, { "id": 10, "bannerid": "2", "url": "http://souhu.com", "title": "轮播图22", "remarks": "没有1", "channel": "11", "type": "h51", "state": "2", "skipaddress": "http:aaa1.com", "create_by": null, "create_time": "2020-08-20 17:34:28", "update_by": null, "update_time": "2020-08-20 17:39:56", "del_flag": "0" }, { "id": 11, "bannerid": "3", "url": "http://baidu2.com", "title": "轮播图22", "remarks": "没有1", "channel": "11", "type": "h51", "state": "2", "skipaddress": "http:aaa1.com", "create_by": null, "create_time": "2020-08-26 13:35:15", "update_by": null, "update_time": null, "del_flag": "0" }, { "id": 12, "bannerid": "4", "url": "http://baidu2.com", "title": "轮播图22", "remarks": "没有1", "channel": "11", "type": "h51", "state": "2", "skipaddress": "http:aaa1.com", "create_by": null, "create_time": "2020-08-26 13:36:23", "update_by": null, "update_time": null, "del_flag": "0" } ] }