社区公告列表
开发中
GET
/announcement
最后修改时间:2023-03-03 02:19:53
请求参数
无
返回响应
🟢200成功
application/json
Body
code
number
必需
message
string
接口信息
data
array [object {5}]
必需
>= 3 items<= 3 items
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"
},
{
"id": "string",
"title": "string",
"content": "string",
"createdAt": "string",
"creatorName": "string"
},
{
"id": "string",
"title": "string",
"content": "string",
"createdAt": "string",
"creatorName": "string"
}
]
}
修改于 2023-03-03 02:19:53