- j2
- 消息服务
- 通知提醒
- 消息中间件
- 系统管理
- j3
- c1
- 基础配置
- 人员配置
- c2
- c3
- 储位管理
- 库内管理
- c4
- c5
- 计费管理
- 计费配置
- 预警管理
- c7
- c8
- c6
- J5
- j4
- j8
- j1
- j7
ok分页获取公告列表
联调中
GET
/notice/list-notice-2-page
消息通知
最后修改时间:2025-03-11 12:01:12
责任人:未设置
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
currentPage
integer <int32>
必需
id
string
id
pageSize
integer <int32>
pageSize
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/notice/list-notice-2-page?currentPage&id&pageSize'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
object (PageDTO«NoticeListDTO»)
可选
pageIndex
integer <int64>
当前页码
示例值:
1
pageSize
integer <int64>
可选
示例值:
10
pages
integer <int64>
总页数
示例值:
100
rows
array[object (NoticeListDTO) {4}]
当前页数据列表
total
integer <int64>
总条数
示例值:
100000
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": {
"pageIndex": 1,
"pageSize": 10,
"pages": 100,
"rows": [
{
"isRead": "0未阅读,1已阅读",
"noticeContent": "YYY-有限责任公司的订单QTRK2024将于2024.12.10发货",
"noticeTime": "2024.12.10 04:45:50.0",
"noticeTitle": "YYY-有限公司的测试消息"
}
],
"total": 100000
},
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在