获取文章列表
GET
/article/list/get/
请求参数
参数名
类型
描述
必填
page
integer
页码
必填
size
integer
一页多少数据
必填
响应参数
参数名
类型
描述
必填
current_page
integer
页码
必填
total_page
integer
页码总数
必填
total_count
integer
文章总数
必填
articles
dict
文章数据
必填