- ruoyi-admin
- 验证码操作处理
- 通用请求处理
- 用户信息管理
- 岗位信息操作处理
- 公告 信息操作处理
- 参数配置 信息操作处理
- 用户信息
- 菜单信息
- 个人信息 业务处理
- 注册验证
- 登录验证
- 角色信息
- 部门信息
- 首页
- 数据字典信息
- 服务器监控
- 在线用户监控
- 缓存监控
- 系统访问记录
- 操作日志记录
- ruoyi-basicdata(基础数据模块)
- ruoyi-generator
- ruoyi-quartz
修改通知公告
PUT
/system/notice
请求参数
Body 参数application/json
createBy
string
创建者
createTime
string
创建时间
updateBy
string
更新者
updateTime
string
更新时间
remark
string
备注
params
object (MapObject)
请求参数
key
object (key)
可选
noticeId
integer <int64>
公告ID
noticeTitle
string
公告标题
noticeType
string
可选
noticeContent
string
公告内容
status
string
可选
示例
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"noticeId": 0,
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/system/notice' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"noticeId": 0,
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string"
}'
返回响应
🟢200成功
application/json
Body
操作消息提醒
key
object
可选
示例
{
"": {}
}