分页查询(findByPage)
POST
/article/findByPage
请求参数
multipart/form-data参数名
类型
描述
必填
type
String
文章的分类, 通常1.新闻 2.攻略 3.活动 4.公告(必填)
必填
currentPage
String
起始页(必填)
必填
pageSize
String
每页的大小,默认10(选填)
必填
响应参数
application/json参数名
类型
描述
必填
code
int
成功返回0否则返回1
必填
msg
String
code为1携带的信息
必填
data
Object
里面有currentPage totle 和 data
必填