社区公告详情
开发中
GET
/announcement/{id}
最后修改时间:2023-03-03 02:20:01
请求参数
Path 参数
id
string
公告id
返回响应
🟢200成功
application/json
Body
code
number
必需
message
string
接口信息
data
object
必需
id
string
公告id
title
string
公告title
content
string
公告内容
createdAt
string
创建时间
creatorName
string
创建人姓名
示例
{
"code": 0,
"message": "string",
"data": {
"id": "string",
"title": "string",
"content": "string",
"createdAt": "string",
"creatorName": "string"
}
}