11---
22sidebar_position : 12
3- title : 获取系统通知号
3+ title : 获取系统号
44hide_title : true
55---
66
77<center >
8-
9- ## 获取系统通知号
8+ ## 获取系统号
109
1110</center >
1211
1312### 简要描述
1413
15- - 管理员可以获取所创建的系统通知号列表 ,包括 ID、头像和名称。
14+ - 管理员可以获取所创建的系统号列表 ,包括 ID、头像和名称。
1615
1716### 请求方式
1817
@@ -41,12 +40,12 @@ hide_title: true
4140}
4241```
4342
44- | 字段名 | 选填 | 类型 | 说明 |
45- | :-------------------- | :--- | :----- | ----------------------------------------------------------- |
46- | keyword | 选填 | string | 填写 userID 或 nickname,不填时默认返回对应分页的系统通知号 |
47- | pagination | 必填 | object | 分页参数结构体 |
48- | pagination.pageNumber | 必填 | int | 当前页码,从 1 开始 |
49- | pagination.showNumber | 必填 | int | 当前页请求数量 |
43+ | 字段名 | 选填 | 类型 | 说明 |
44+ | :-------------------- | :--- | :----- | ------------------------------------------------------- |
45+ | keyword | 选填 | string | 填写 userID 或 nickname,不填时默认返回对应分页的系统号 |
46+ | pagination | 必填 | object | 分页参数结构体 |
47+ | pagination.pageNumber | 必填 | int | 当前页码,从 1 开始 |
48+ | pagination.showNumber | 必填 | int | 当前页请求数量 |
5049
5150### 成功返回示例
5251
@@ -61,22 +60,26 @@ hide_title: true
6160 {
6261 "userID" : " 1974356875" ,
6362 "faceURL" : " url" ,
64- "nickName" : " notification1111111"
63+ "nickName" : " notification1111111" ,
64+ "appMangerLevel" : 3
6565 },
6666 {
6767 "userID" : " 8719627904" ,
6868 "faceURL" : " " ,
69- "nickName" : " notification1"
69+ "nickName" : " notification1" ,
70+ "appMangerLevel" : 3
7071 },
7172 {
7273 "userID" : " 4208409642" ,
7374 "faceURL" : " " ,
74- "nickName" : " notification1"
75+ "nickName" : " notification1" ,
76+ "appMangerLevel" : 3
7577 },
7678 {
7779 "userID" : " 2776836221" ,
7880 "faceURL" : " " ,
79- "nickName" : " notification1"
81+ "nickName" : " robot" ,
82+ "appMangerLevel" : 4
8083 }
8184 ]
8285 }
@@ -91,11 +94,12 @@ hide_title: true
9194| errMsg | string | 错误简要信息,为空 |
9295| errDlt | errDlt | 错误详细信息,为空 |
9396| data | object | 通用数据对象,具体结构见下方 |
94- | total | int | 系统通知号总数 |
95- | notificationAccounts | array | 系统通知号列表 |
96- | userID | string | 系统通知号 ID |
97- | faceURL | string | 系统通知号头像 |
98- | nickName | string | 系统通知号名称 |
97+ | total | int | 系统号总数 |
98+ | notificationAccounts | array | 系统号列表 |
99+ | userID | string | 系统号 ID |
100+ | faceURL | string | 系统号头像 |
101+ | nickName | string | 系统号名称 |
102+ | appMangerLevel | int | [ 系统号类型] ( docs/restapi/apis/commonFields.mdx ) |
99103
100104### 失败返回示例
101105
0 commit comments