文档
测试

分页查询

POST
{{url}}/artcle/selectForPage

请求参数

参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:20
必填
startDate
string
示例:
必填
endDate
string
示例:
必填
title
string
标题
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
artcleId
int
文章id
必填
title
string
标题
必填
text
string
内容
必填
createTime
string
创建时间
必填
total
int
示例:1
必填
size
int
示例:20
必填
current
int
示例:1
必填
orders
array
数据列表
必填
optimizeCountSql
boolean
示例:true
必填
searchCount
boolean
示例:true
必填
countId
object
示例:null
必填
maxLimit
object
示例:null
必填
pages
int
示例:1
必填