文档
测试

分页查询介绍页面配置信息

GET
/admin/system/pagecontent/api/getlist/

请求头

参数名
类型
描述
必填
Cookie
String
必填

请求参数

参数名
类型
描述
必填
page
int
当前页码
必填
limit
int
每页显示条数
必填
keywords
String
关键字,支持页面名称模糊查询
可选
enabled
int
是否启用,0:未启用、1:启用
可选

响应参数

参数名
类型
描述
必填
page
int
当前页码
必填
pageSize
int
每页显示条数
必填
records
int
总记录数
必填
total
int
总页数
必填
size
int
当前页有多少条数据
必填
rows
array
数据列表
必填
createtime
Date
创建时间。示例:2020-04-20T10:19:30.000+00:00
可选
imagepath
string
图标图片URL地址。示例:https://fdl-oss.oss-cn-hangzhou.aliyuncs.com/tmp/notices/2021/04/30/notices_2021-04-30_09-58-03_50350.png
可选
subtitle
string
副标题
可选
pageid
string
页面ID。示例:ABOUT
可选
title
string
标题。示例:公司介绍
可选
enabled
int
是否启用,0:未启用、1:启用
可选
content
string
富文本内容
可选
pagename
string
页面名称。示例:公司介绍
可选
videopath
string
视频URL地址
可选
hasNextPage
boolean
是否还有下一页,false--没有下一页,true--有下一页,示例:false
必填