- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- 储位管理
- 库内管理
- c4
- c5
- 计费管理
- 计费配置
- 预警管理
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
获取公告详细信息
GET
/sysmgr/announcement/detail-anno
系统公告相关接口
最后修改时间:2025-03-06 09:52:46
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
id
string
id
示例值:
1
noticeContent
string
通知公告内容
示例值:
小王
noticeLevel
string
通知授权级别
示例值:
用户授权
noticeTerm
string <date-time>
阅读期限
示例值:
2025-07-05 15:34:37
noticeTitle
string
通知标题
示例值:
111
noticeType
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 '/sysmgr/announcement/detail-anno'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
object (系统通知对象)
可选
id
string
id
示例值:
1
noticeContent
string
通知公告内容
示例值:
小王
noticeLevel
string
通知授权级别
示例值:
用户授权
noticeTerm
string <date-time>
阅读期限
示例值:
2025-07-05 15:34:37
noticeTitle
string
通知标题
示例值:
111
noticeType
string
通知公告类型
示例值:
公告
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": {
"id": 1,
"noticeContent": "小王",
"noticeLevel": "用户授权",
"noticeTerm": "2025-07-05 15:34:37",
"noticeTitle": 111,
"noticeType": "公告"
},
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在