获取最新公告
开发中GET
/api/notices/new请求参数
Header 参数
Authorization
string
token
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer | null
必需
data
object
必需
id
integer
公告id
title
string
标题
content
string
内容
realName
string
发布人
createTime
string
创建时间
msg
string
必需
示例
成功示例
{
"code": 200,
"data": {
"id": 22,
"title": "美此取场",
"content": "ex",
"realName": "去劳流他",
"createTime": "2012-08-02 01:07:43"
},
"msg": ""
}
最后修改时间: 9 个月前