查询所有发布信息
开发中GET
/notice/findAll最后修改时间: 3 年前
责任人: 未设置
暂无描述
请求参数
Header 参数
cookie
string
-
示例值:
JSESSIONID=205569445C4221A7BA6083D49EF6E926
示例代码
返回响应
成功(200)
错误(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
状态码 200 成功,501 用户未登录, 502 请求方式错误
data
array [object {4}]
返回数据
示例:-
id
integer
必需
tittle
string
必需
content
string
必需
time
string | null
必需
message
string
信息描述
示例:success
示例
{
"code": 200,
"data": [
{
"id": 1,
"tittle": "a",
"content": "d",
"time": "2022-05-14T16:00:00.000+00:00"
},
{
"id": 2,
"tittle": "tee3ewwwwst",
"content": "wwww测试sdfsdsfsdf数据",
"time": "2022-04-30T01:52:13.000+00:00"
},
{
"id": 3,
"tittle": "test",
"content": "今天测试的第二条数据",
"time": null
},
{
"id": 5,
"tittle": "test",
"content": "今天测试的第三条数据",
"time": null
},
{
"id": 6,
"tittle": "test",
"content": "今天测试的第三条数据",
"time": "2022-04-28T16:00:00.000+00:00"
},
{
"id": 7,
"tittle": "测试数据",
"content": "测试数据的内容",
"time": "2022-04-30T11:12:33.000+00:00"
},
{
"id": 8,
"tittle": "测试数据11",
"content": "测试数据的内容",
"time": "2022-05-04T07:28:29.000+00:00"
}
],
"message": "success"
}
最后修改时间: 3 年前