unifiedQuery(查询总接口)
POST
http://localhost:8081/article/unifiedQuery
接口描述
通过title,tid,article,筛选条件,对article表进行查询,分页 默认page为1,count(间隔)为3,可传入参数调节
请求参数
application/json参数名
类型
描述
必填
title
String
文章名称
必填
tid
Long
文章分类
必填
articleType
String
文章类型
必填
page
Integer
当前页码
必填
count
Integer
间隔
必填