- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- 储位管理
- 库内管理
- c4
- c5
- 计费管理
- 计费配置
- 预警管理
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
ok获取公告详情
联调中
GET
/notice/query-notice-2-by-id/{noticed}
消息通知
最后修改时间:2025-03-11 11:57:25
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
noticeId
string
noticeId
noticed
string
必需
Query 参数
userId
string
userId
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/notice/query-notice-2-by-id/?userId'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
object (NoticeDetailVO)
可选
createTime
object (Data)
必需
createUserName
string
公告创建人姓名
id
string
id
noticeContent
string
通知公告内容
noticeTerm
object (Data)
必需
noticeTitle
string
通知标题
noticeType
integer <int32>
通知公告类型
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": {
"createTime": {},
"createUserName": "string",
"id": "string",
"noticeContent": "string",
"noticeTerm": {},
"noticeTitle": "string",
"noticeType": 0
},
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在