社区公告列表
开发中GET
/announcement最后修改时间: 2 年前
查询公告信息,查询三条信息
请求参数
无
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
number
必需
正常返回10000,其他表示错误
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"
}
]
}
最后修改时间: 2 年前