获取全部公告
GET
placard/all最后修改时间: 2 年前
责任人:
请求参数
Query 参数
page
integer
分页
示例值:
1
limit
integer
限制数据条目
示例值:
5
order
string
排序方式
示例值:
create_time asc
cache
string
是否获取缓存数据
示例值:
true
示例代码
返回响应
请求成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
msg
string
信息
data
string | integer | boolean | array | object | number | null
数据
示例
{
"code": 200,
"msg": "成功!",
"data": {
"page": 1,
"count": 1,
"data": [
{
"id": 1,
"title": "inis博客系统发布",
"type": null,
"content": "很荣幸,inis博客系统能被您发现且使用,inis定不会辜负您的期待,期望我们都能拥有更好的未来",
"opt": {
"test": [
1,
2,
3
]
},
"expand": null,
"longtext": "",
"create_time": "2022-09-29 16:34:07",
"update_time": "2022-09-29 16:35:25"
}
]
}
}
最后修改时间: 2 年前