文档
测试

资讯详情

GET
{{host}}/wap/news/list?id=1

请求参数

参数名
类型
描述
必填
id
资讯id
必填

响应参数

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

说明 / 示例

```{ "code": 20000, "error": false, "msg": "ok", "data": { "id": 1, "img": "http://zy.cn/upload/images/20210617/9f8170a025d6537057e0ce60febe1b5e82594.jpg", "title": "测", "content": "", "type": 0, "sort": null, "created_at": "2021-06-23 10:26:00", "updated_at": "2021-06-23 10:26:00", "deleted_at": null, "status": 0 } } ```