公告修改
开发中PUT
/api/notices/{id}注意修改该更新时间
请求参数
Path 参数
id
integer
公告Id
Header 参数
Authorization
string
可选
示例值:
token
Body 参数application/json
title
string
标题
content
string
内容
file
string
文件
示例
{
"title": "string",
"content": "string",
"file": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
msg
string
必需
示例
成功示例
{
"code": "200",
"data": {},
"msg": "修改成功"
}
最后修改时间: 9 个月前