- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- 储位管理
- 库内管理
- c4
- c5
- 计费管理
- 计费配置
- 预警管理
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
ok获取公告列表(分页)
联调中
GET
/sysmgr/announcement/page-anno
系统公告相关接口
最后修改时间:2025-03-11 12:02:03
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
pageIndex
integer <int64>
查询页码
示例值:
1
pageSize
integer <int64>
查询条数
示例值:
10
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/sysmgr/announcement/page-anno'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
object (PageDTO«系统通知对象»)
可选
pageIndex
integer <int64>
当前页码
示例值:
1
pageSize
integer <int64>
可选
示例值:
10
pages
integer <int64>
总页数
示例值:
100
rows
array[object (系统通知对象) {6}]
当前页数据列表
total
integer <int64>
总条数
示例值:
100000
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": {
"pageIndex": 1,
"pageSize": 10,
"pages": 100,
"rows": [
{
"id": 1,
"noticeContent": "小王",
"noticeLevel": "用户授权",
"noticeTerm": "2025-07-05 15:34:37",
"noticeTitle": 111,
"noticeType": "公告"
}
],
"total": 100000
},
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在