文档
测试

文章获取

GET
/article/list

请求参数

参数名
类型
描述
必填
type
文章类型
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
data
array
数据列表
必填
id
int
示例:1
必填
title
string
示例:app正式上线拉
必填
author
string
示例:人民日报
必填
time
string
示例:2020-07-07 15:41:18
必填
content
string
示例:app上线上线拉啦啦啦啦啦啦啊啊啊啦啊啊啊
必填
img
string
示例:https://dss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1091405991,859863778&fm=26&gp=0.jpg
必填
type
int
示例:2
必填
shareNum
int
示例:1
必填
status
int
示例:1
必填
isDel
int
示例:0
必填
Message
string
示例:SUCCESS
必填

说明 / 示例

```json { "code": "200", "data": [ { "id": 1, "title": "app正式上线拉", "author": "人民日报", "time": "2020-07-07 15:41:18", "content": "app上线上线拉啦啦啦啦啦啦啊啊啊啦啊啊啊", "img": "https://dss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1091405991,859863778&fm=26&gp=0.jpg", "type": 2, "shareNum": 1, "status": 1, "isDel": 0 } ], "Message": "SUCCESS" } ```