文档
测试

资讯列表

GET
{{host}}/wap/news/list?page=1&type=2

请求参数

参数名
类型
描述
必填
page
int
页码
必填
type
int
板块id
必填

响应参数

参数名
类型
描述
必填
id
资讯id
必填
img
封面图
必填
title
标题
必填
content
内容
必填
created_at
添加时间
必填
current_page
当前页
必填
last_page
最后一页
必填

说明 / 示例

{ "code": 40000, "error": true, "msg": "未传板块id", "data": [] } { "code": 20000, "error": false, "msg": "ok", "data": { "current_page": 1, "data": [ { "id": 3, "img": "http://zy.cn/upload/images/20210617/9f8170a025d6537057e0ce60febe1b5e82594.jpg", "title": "测", "content": "超大风DVD在是从v", "type": 2, "sort": null, "created_at": "2021-06-23 10:30:49", "updated_at": "2021-06-23 10:30:49", "deleted_at": null, "status": 0 }, ], "first_page_url": "http://huo.cn/wap/news/list?page=1", "from": 1, "last_page": 1, "last_page_url": "http://huo.cn/wap/news/list?page=1", "next_page_url": null, "path": "http://huo.cn/wap/news/list", "per_page": "10", "prev_page_url": null, "to": 10, "total": 10 } }