文档
测试

获取指定文章列表

GET
/api/article/getArticleList

请求头

参数名
类型
描述
必填
type
int
文章类型 0或不传=默认文章,1=推荐,2=公告
可选
category
int
文章分类ID
必填
limit
int
每页条数 默认10条
可选
page
int
页数
可选
search
文章标题模糊搜索
可选

请求参数

参数名
类型
描述
必填
type
int
文章类型 0或不传=默认文章,1=推荐,2=公告
可选
category
int
文章分类ID
必填
limit
int
每页条数 默认10条
可选
page
int
页数
可选