- 数据
- 栏目列表_ChannelListGET
- 栏目对象_ChannelGET
- 栏目对象ByAlias_ChannelGET
- 文章列表_ArticleListGET
- 文章分页_ArticlePageGET
- 文章对象_ArticleGET
- 上一篇文章_ArticlePrevGET
- 下一篇文章_ArticleNextGET
- 全文检索文章分页_EsArticlePageGET
- 全文检索文章列表_EsArticleListGET
- 区块项列表_BlockItemListGET
- 字典列表_DictListGET
- 模型列表_ModelListGET
- 模型对象_ModelGET
- Tag列表_TagListGET
- Tag分页_TagPageGET
- 获取Tag对象GET
- 表单列表_FormListGET
- 表单分页_FormPageGET
- 获取表单对象GET
- 站点列表_SiteListGET
- 站点对象_SiteGET
- 投票列表_VoteListGET
- 投票分页_VotePageGET
- 投票对象_VoteGET
- 留言列表_MessageBoardListGET
- 留言分页_MessageBoardPageGET
- 获取留言对象GET
- 留言类型列表_MessageBoardTypeListGET
- 调查问卷列表_SurveyListGET
- 调查问卷分页_SurveyPageGET
- 调查问卷对象_SurveyGET
- 文章排行榜列表_LeaderBoardListGET
- 文章排行榜分页_LeaderBoardPageGET
- 内容
- 用户
- 系统
- 其它
留言列表_MessageBoardList
GET
/api/message-board
留言接口
请求参数
Query 参数
siteId
integer <int64>
可选
typeId
integer <int64>
类型ID
isRecommended
boolean
可选
true
false
isReplied
boolean
可选
true
false
isAllSite
boolean
可选
true
false
,默认false
offset
integer <int32>
可选
limit
integer <int32>
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://demo.ujcms.com/api/message-board'
返回响应
🟢200成功
*/*
Body
array of:
id
integer <int64>
留言ID
siteId
integer <int64>
站点ID
typeId
integer <int64>
类别ID
userId
integer <int64>
留言用户ID
replyUserId
integer <int64>
回复用户ID
title
string
留言标题
created
string <date-time>
创建日期
replyDate
string <date-time>
回复日期
contact
string
联系人
nickname
string
昵称
phone
string
电话号码
email
string
电子邮箱
address
string
联系地址
open
boolean
是否公开
ip
string
IP地址
replied
boolean
是否回复
recommended
boolean
是否推荐
status
integer <int32>
必需
text
string
留言内容
replyText
string
回复内容
type
object (MessageBoardType_List)
留言类型 实体类
id
integer <int64>
留言类别ID
siteId
integer <int64>
站点ID
name
string
名称
description
string
描述
order
integer <int64>
排列顺序
site
object (Site_List)
站点实体类
id
integer <int64>
站点ID
parentId
integer <int64>
上级站点ID
orgId
integer <int64>
组织ID
modelId
integer <int64>
模型ID
name
string
名称
description
string
描述
protocol
string
必需
domain
string
域名
正则匹配:
^(?!(uploads|templates|WEB-INF|cp)$)[a-z0-9-.]*
subDir
string
子目录
正则匹配:
^(?!(uploads|templates|WEB-INF|cp)$)[\w-]*
theme
string
主题
mobileTheme
string
手机端主题
pageSize
integer <int32>
每页条数
logo
string
LOGO
seoTitle
string
SEO标题
seoKeywords
string
SEO关键词
seoDescription
string
SEO描述
staticFile
string
静态页文件
mobileStaticFile
string
手机端静态页文件
editorSettings
string
编辑器设置
status
integer <int32>
必需
depth
integer <int32>
层级
order
integer <int32>
排列顺序
views
integer <int64>
浏览次数
selfViews
integer <int64>
首页浏览次数
todayViews
integer <int32>
今日浏览次数
yesterdayViews
integer <int32>
昨日浏览次数
maxViews
integer <int32>
最高浏览次数
maxDate
string <date-time>
最高浏览日期
mainsJson
string
可选
clobsJson
string
可选
customs
object
自定义字段
watermark
object (Site.Watermark_List)
水印设置
html
object (Site.Html_List)
静态页配置
messageBoard
object (Site.MessageBoard_List)
留言板设置
editor
object
可选
copyFromId
integer <int64>
复制站点ID
copyData
array[string]
复制数据
hasChildren
boolean
是否有子站点
parent
object (Site_List)
站点实体类
org
object (Org_List)
组织实体类
model
object (Model_List)
模型实体类
enabled
boolean
可选
url
string
URL地址
filesPath
string
可选
api
string
可选
mobileStaticUrl
string
可选
dynamicUrl
string
动态URL地址
staticUrl
string
静态URL地址
normalStaticUrl
string
可选
dy
string
可选
names
array[string]
可选
template
string
可选
staticBase
string
可选
paths
array[object (Site_List) {58}]
可选
disabled
boolean
可选
htmlEnabled
boolean
可选
title
string
可选
targetBlank
boolean
是否新窗口打开
user
object (User_List)
用户实体类
id
integer <int64>
用户ID
groupId
integer <int64>
用户组ID
orgId
integer <int64>
组织ID
username
string
用户名
email
string
电子邮箱
mobile
string
手机号码
alias
string
博客地址
nickname
string
昵称
realName
string
真实姓名
gender
integer <int32>
必需
avatar
string
头像URL
passwordModified
string <date-time>
密码修改时间
rank
integer <int32>
等级
type
integer <int32>
必需
status
integer <int32>
必需
group
object (Group_List)
用户组实体类
org
object (Org_List)
组织实体类
roleList
array[object (Role_List) {19}]
角色列表
orgList
array[object (Org_List) {11}]
扩展组织列表
name
string
可选
location
string
居住地
created
string <date-time>
创建日期
enabled
boolean
是否正常状态
root
boolean
可选
loginDate
string <date-time>
最后登录日期
loginCount
integer <int32>
登录次数
loginIp
string
最后登录IP
largeAvatar
string
大头像
mediumAvatar
string
中头像
birthday
string <date-time>
出生日期
bio
string
自我介绍
homepage
string
个人主页
smallAvatar
string
小头像
replyUser
object (User_List)
用户实体类
示例
[
{
"id": 0,
"siteId": 0,
"typeId": 0,
"userId": 0,
"replyUserId": 0,
"title": "string",
"created": "2019-08-24T14:15:22Z",
"replyDate": "2019-08-24T14:15:22Z",
"contact": "string",
"nickname": "string",
"phone": "string",
"email": "string",
"address": "string",
"open": true,
"ip": "string",
"replied": true,
"recommended": true,
"status": 0,
"text": "string",
"replyText": "string",
"type": {
"id": 0,
"siteId": 0,
"name": "string",
"description": "string",
"order": 0
},
"site": {
"id": 0,
"parentId": 0,
"orgId": 0,
"modelId": 0,
"name": "string",
"description": "string",
"protocol": "string",
"domain": "string",
"subDir": "string",
"theme": "string",
"mobileTheme": "string",
"pageSize": 0,
"logo": "string",
"seoTitle": "string",
"seoKeywords": "string",
"seoDescription": "string",
"staticFile": "string",
"mobileStaticFile": "string",
"editorSettings": "string",
"status": 0,
"depth": 0,
"order": 0,
"views": 0,
"selfViews": 0,
"todayViews": 0,
"yesterdayViews": 0,
"maxViews": 0,
"maxDate": "2019-08-24T14:15:22Z",
"mainsJson": "string",
"clobsJson": "string",
"customs": {
"property1": {},
"property2": {}
},
"watermark": {
"enabled": true,
"overlay": "string",
"position": 0,
"dissolve": 0,
"minWidth": 0,
"minHeight": 0
},
"html": {
"enabled": true,
"auto": true,
"listPages": 0,
"channel": "string",
"article": "string",
"enabledAndAuto": true
},
"messageBoard": {
"enabled": true,
"loginRequired": true
},
"editor": {
"property1": {},
"property2": {}
},
"copyFromId": 0,
"copyData": [
"string"
],
"hasChildren": true,
"parent": {},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"model": {
"id": 0,
"siteId": 0,
"name": "string",
"type": "string",
"scope": 0,
"order": 0,
"mains": "string",
"asides": "string",
"customs": "string"
},
"enabled": true,
"url": "string",
"filesPath": "string",
"api": "string",
"mobileStaticUrl": "string",
"dynamicUrl": "string",
"staticUrl": "string",
"normalStaticUrl": "string",
"dy": "string",
"names": [
"string"
],
"template": "string",
"staticBase": "string",
"paths": [
{}
],
"disabled": true,
"htmlEnabled": true,
"title": "string",
"targetBlank": true
},
"user": {
"id": 0,
"groupId": 0,
"orgId": 0,
"username": "string",
"email": "string",
"mobile": "string",
"alias": "string",
"nickname": "string",
"realName": "string",
"gender": 0,
"avatar": "string",
"passwordModified": "2019-08-24T14:15:22Z",
"rank": 0,
"type": 0,
"status": 0,
"group": {
"id": 0,
"name": "string",
"description": "string",
"allAccessPermission": true,
"type": 0,
"order": 0,
"accessPermissions": [
0
]
},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"roleList": [
{
"id": 0,
"siteId": 0,
"name": "string",
"description": "string",
"allPermission": true,
"allGrantPermission": true,
"globalPermission": true,
"allArticlePermission": true,
"allChannelPermission": true,
"dataScope": 0,
"allStatusPermission": true,
"rank": 0,
"type": 0,
"scope": 0,
"order": 0,
"permission": "string",
"grantPermission": "string",
"site": {
"id": 0,
"parentId": 0,
"orgId": 0,
"modelId": 0,
"name": "string",
"description": "string",
"protocol": "string",
"domain": "string",
"subDir": "string",
"theme": "string",
"mobileTheme": "string",
"pageSize": 0,
"logo": "string",
"seoTitle": "string",
"seoKeywords": "string",
"seoDescription": "string",
"staticFile": "string",
"mobileStaticFile": "string",
"editorSettings": "string",
"status": 0,
"depth": 0,
"order": 0,
"views": 0,
"selfViews": 0,
"todayViews": 0,
"yesterdayViews": 0,
"maxViews": 0,
"maxDate": "2019-08-24T14:15:22Z",
"mainsJson": "string",
"clobsJson": "string",
"customs": {
"property1": {},
"property2": {}
},
"watermark": {
"enabled": true,
"overlay": "string",
"position": 0,
"dissolve": 0,
"minWidth": 0,
"minHeight": 0
},
"html": {
"enabled": true,
"auto": true,
"listPages": 0,
"channel": "string",
"article": "string",
"enabledAndAuto": true
},
"messageBoard": {
"enabled": true,
"loginRequired": true
},
"editor": {
"property1": {},
"property2": {}
},
"copyFromId": 0,
"copyData": [
"string"
],
"hasChildren": true,
"parent": {},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"model": {
"id": 0,
"siteId": 0,
"name": "string",
"type": "string",
"scope": 0,
"order": 0,
"mains": "string",
"asides": "string",
"customs": "string"
},
"enabled": true,
"url": "string",
"filesPath": "string",
"api": "string",
"mobileStaticUrl": "string",
"dynamicUrl": "string",
"staticUrl": "string",
"normalStaticUrl": "string",
"dy": "string",
"names": [
"string"
],
"template": "string",
"staticBase": "string",
"paths": [
{}
],
"disabled": true,
"htmlEnabled": true,
"title": "string",
"targetBlank": true
},
"global": true
}
],
"orgList": [
{
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
}
],
"name": "string",
"location": "string",
"created": "2019-08-24T14:15:22Z",
"enabled": true,
"root": true,
"loginDate": "2019-08-24T14:15:22Z",
"loginCount": 0,
"loginIp": "string",
"largeAvatar": "string",
"mediumAvatar": "string",
"birthday": "2019-08-24T14:15:22Z",
"bio": "string",
"homepage": "string",
"smallAvatar": "string"
},
"replyUser": {
"id": 0,
"groupId": 0,
"orgId": 0,
"username": "string",
"email": "string",
"mobile": "string",
"alias": "string",
"nickname": "string",
"realName": "string",
"gender": 0,
"avatar": "string",
"passwordModified": "2019-08-24T14:15:22Z",
"rank": 0,
"type": 0,
"status": 0,
"group": {
"id": 0,
"name": "string",
"description": "string",
"allAccessPermission": true,
"type": 0,
"order": 0,
"accessPermissions": [
0
]
},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"roleList": [
{
"id": 0,
"siteId": 0,
"name": "string",
"description": "string",
"allPermission": true,
"allGrantPermission": true,
"globalPermission": true,
"allArticlePermission": true,
"allChannelPermission": true,
"dataScope": 0,
"allStatusPermission": true,
"rank": 0,
"type": 0,
"scope": 0,
"order": 0,
"permission": "string",
"grantPermission": "string",
"site": {
"id": 0,
"parentId": 0,
"orgId": 0,
"modelId": 0,
"name": "string",
"description": "string",
"protocol": "string",
"domain": "string",
"subDir": "string",
"theme": "string",
"mobileTheme": "string",
"pageSize": 0,
"logo": "string",
"seoTitle": "string",
"seoKeywords": "string",
"seoDescription": "string",
"staticFile": "string",
"mobileStaticFile": "string",
"editorSettings": "string",
"status": 0,
"depth": 0,
"order": 0,
"views": 0,
"selfViews": 0,
"todayViews": 0,
"yesterdayViews": 0,
"maxViews": 0,
"maxDate": "2019-08-24T14:15:22Z",
"mainsJson": "string",
"clobsJson": "string",
"customs": {
"property1": {},
"property2": {}
},
"watermark": {
"enabled": true,
"overlay": "string",
"position": 0,
"dissolve": 0,
"minWidth": 0,
"minHeight": 0
},
"html": {
"enabled": true,
"auto": true,
"listPages": 0,
"channel": "string",
"article": "string",
"enabledAndAuto": true
},
"messageBoard": {
"enabled": true,
"loginRequired": true
},
"editor": {
"property1": {},
"property2": {}
},
"copyFromId": 0,
"copyData": [
"string"
],
"hasChildren": true,
"parent": {},
"org": {
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
},
"model": {
"id": 0,
"siteId": 0,
"name": "string",
"type": "string",
"scope": 0,
"order": 0,
"mains": "string",
"asides": "string",
"customs": "string"
},
"enabled": true,
"url": "string",
"filesPath": "string",
"api": "string",
"mobileStaticUrl": "string",
"dynamicUrl": "string",
"staticUrl": "string",
"normalStaticUrl": "string",
"dy": "string",
"names": [
"string"
],
"template": "string",
"staticBase": "string",
"paths": [
{}
],
"disabled": true,
"htmlEnabled": true,
"title": "string",
"targetBlank": true
},
"global": true
}
],
"orgList": [
{
"id": 0,
"parentId": 0,
"name": "string",
"phone": "string",
"address": "string",
"contacts": "string",
"depth": 0,
"order": 0,
"hasChildren": true,
"names": [
"string"
],
"paths": [
{}
]
}
],
"name": "string",
"location": "string",
"created": "2019-08-24T14:15:22Z",
"enabled": true,
"root": true,
"loginDate": "2019-08-24T14:15:22Z",
"loginCount": 0,
"loginIp": "string",
"largeAvatar": "string",
"mediumAvatar": "string",
"birthday": "2019-08-24T14:15:22Z",
"bio": "string",
"homepage": "string",
"smallAvatar": "string"
}
}
]
修改于 2025-03-04 10:44:02