- 数据
- 栏目列表_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
- 内容
- 用户
- 系统
- 其它
获取当前站点对象。如果传递subDir参数,则通过子目录查询当前站点;否则通过当前域名获取对应站点对象,无法获取则返回默认站点
GET
/api/site/current
站点接口
请求参数
Query 参数
subDir
string
站点子目录
示例代码
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/site/current?subDir'
返回响应
🟢200成功
*/*
Body
站点实体类
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
自定义字段
额外字段
object
自定义字段
watermark
object (Site.Watermark)
水印设置
enabled
boolean
是否开启
overlay
string
水印图片地址
position
integer <int32>
可选
dissolve
integer <int32>
可选
minWidth
integer <int32>
可选
minHeight
integer <int32>
可选
html
object (Site.Html)
静态页配置
enabled
boolean
是否开启
auto
boolean
是否自动生成
listPages
integer <int32>
列表静态页生成数
channel
string
栏目静态页路径
正则匹配:
^(?!.*\.\.)[\w-{}/]*$
article
string
文章静态页路径
正则匹配:
^(?!.*\.\.)[\w-{}/]*$
enabledAndAuto
boolean
可选
messageBoard
object (Site.MessageBoard)
留言板设置
enabled
boolean
是否开启
loginRequired
boolean
是否需要登录
editor
object
可选
额外字段
object
可选
copyFromId
integer <int64>
复制站点ID
copyData
array[string]
复制数据
hasChildren
boolean
是否有子站点
parent
object (Site)
站点实体类
org
object (Org)
组织实体类
id
integer <int64>
组织ID
parentId
integer <int64>
上级组织ID
name
string
名称
phone
string
电话
address
string
地址
contacts
string
联系人
depth
integer <int32>
层级
order
integer <int32>
排列顺序
hasChildren
boolean
是否有子组织
names
array[string]
名称层级列表
paths
array[object (Org) {11}]
可选
model
object (Model)
模型实体类
id
integer <int64>
模型ID
siteId
integer <int64>
站点ID
name
string
名称
type
string
必需
scope
integer <int32>
必需
order
integer <int32>
排列顺序
mains
string
主字段集
asides
string
右侧字段集
customs
string
自定义字段集
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) {58}]
可选
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)
水印设置
html
object (Site.Html)
静态页配置
messageBoard
object (Site.MessageBoard)
留言板设置
editor
object
可选
copyFromId
integer <int64>
复制站点ID
copyData
array[string]
复制数据
hasChildren
boolean
是否有子站点
parent
object (Site)
站点实体类
org
object (Org)
组织实体类
model
object (Model)
模型实体类
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) {58}]
可选
disabled
boolean
可选
htmlEnabled
boolean
可选
title
string
可选
targetBlank
boolean
是否新窗口打开
disabled
boolean
可选
htmlEnabled
boolean
可选
title
string
可选
targetBlank
boolean
是否新窗口打开
示例
{
"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
}
修改于 2025-03-04 10:44:02