文章列表
GET
http://192.168.1.201:84/api/article/index
请求参数
参数名
类型
描述
必填
menu_id
1
必填
page
1
必填
limit
20
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:数据获取成功
必填
current_page
int
示例:1
必填
id
int
示例:8
必填
article_title
string
示例:文章标题 文章标题
必填
created_at
string
示例:2021-08-06 17:33:25 创建时间
必填
cover_picture
string
示例:img/1.png 封面图
必填
introduction
string
示例:简介
必填
first_page_url
string
示例:http://192.168.1.201:84/api/article/index?page=1
必填
from
int
示例:1
必填
last_page
int
示例:1
必填
last_page_url
string
示例:http://192.168.1.201:84/api/article/index?page=1
必填
next_page_url
object
示例:null
必填
path
string
示例:http://192.168.1.201:84/api/article/index
必填
per_page
int
示例:15
必填
prev_page_url
object
示例:null
必填
to
int
示例:2
必填
total
int
示例:2
必填
code
int
示例:200
必填