文档
测试

轮播展示接口

POST
https://www.whhipoint.com/tp5/public/index.php/api/Qytk/brand_list

请求参数

参数名
类型
描述
必填
page
页码
必填

响应参数

参数名
类型
描述
必填
count
总条数
必填
list_max_rows
当前显示条数
必填
total_page
总页数
必填
current_page
当前页码
必填
list
返回数据
必填
bid
轮播id
必填
type
展示区域:1:首页-已完成任务;2:首页-开始任务
必填
brand_title_cn
中文标题
必填
brand_image
图片
必填
brand_time
发布时间
必填
name
操作人名称
必填

说明 / 示例

{ "code": 200, "msg": "请求成功", "data": { "count": 2, "list_max_rows": "10", "total_page": 1, "current_page": 1, "list": [ { "bid": "1", "type": "1", "brand_title_cn": "中文标题", "brand_image": "https://www.whhipoint.com/tp5/public/uploads/20210203/70898c88b5a6a0393960d13b9aad37c8.jpg", "brand_time": "2021-02-03", "name": "张威" }, { "bid": "2", "type": "1", "brand_title_cn": "中文标题", "brand_image": "https://www.whhipoint.com/tp5/public/uploads/20210203/e41df0cffb20345289e706f87c5c9d8c.jpg", "brand_time": "2021-02-03", "name": "张威" } ] } }