文档
测试

轮播筛选接口

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

请求参数

参数名
类型
描述
必填
type
展示区域:1:首页-已完成任务;2:首页-开始任务
必填
page
页码
必填

说明 / 示例

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