@pubinfo-pr/module-rbac 0.182.3 → 0.182.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/modules/assist/gonggaofuwu.d.ts +6 -6
- package/dist/api/modules/assist/qunzujiekou.d.ts +6 -6
- package/dist/api/modules/assist/quyujiekou.d.ts +5 -5
- package/dist/api/modules/configData/heibaimingdanfuwu.d.ts +5 -5
- package/dist/api/modules/configData/xitongpeizhifuwu.d.ts +14 -14
- package/dist/api/modules/configData/zidifuwu.d.ts +10 -10
- package/dist/api/modules/log/caozuorizhifuwu.d.ts +2 -2
- package/dist/api/modules/log/denglurizhifuwu.d.ts +2 -2
- package/dist/api/modules/rbac/gangweijiekou.d.ts +6 -6
- package/dist/api/modules/rbac/jiaosejiekou.d.ts +7 -7
- package/dist/api/modules/rbac/pubJiaosezukongzhiqi.d.ts +7 -7
- package/dist/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.d.ts +9 -9
- package/dist/api/modules/rbac/yonghujiekou.d.ts +15 -15
- package/dist/api/modules/rbac/yonghushoucangbiaojiekou.d.ts +5 -5
- package/dist/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.d.ts +4 -4
- package/dist/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.d.ts +6 -6
- package/dist/api/modules/rbac/ziyuanjiekou.d.ts +13 -13
- package/dist/api/modules/rbac/zuhuguanlijiekou.d.ts +5 -5
- package/dist/api/modules/rbac/zuzhijiaosebiaokongzhiqi.d.ts +4 -4
- package/dist/api/modules/rbac/zuzhijiekou.d.ts +9 -9
- package/dist/index.js +1 -1
- package/dist/views/resource/model.d.ts +1 -1
- package/package.json +3 -3
- package/src/api/modules/assist/gonggaofuwu.ts +6 -6
- package/src/api/modules/assist/qunzujiekou.ts +6 -6
- package/src/api/modules/assist/quyujiekou.ts +5 -5
- package/src/api/modules/configData/heibaimingdanfuwu.ts +5 -5
- package/src/api/modules/configData/xitongpeizhifuwu.ts +14 -14
- package/src/api/modules/configData/zidifuwu.ts +10 -10
- package/src/api/modules/log/caozuorizhifuwu.ts +2 -2
- package/src/api/modules/log/denglurizhifuwu.ts +2 -2
- package/src/api/modules/rbac/gangweijiekou.ts +6 -6
- package/src/api/modules/rbac/jiaosejiekou.ts +7 -7
- package/src/api/modules/rbac/pubJiaosezukongzhiqi.ts +7 -7
- package/src/api/modules/rbac/shujuquanxianzhubiaokongzhiqi.ts +9 -9
- package/src/api/modules/rbac/yonghujiekou.ts +15 -15
- package/src/api/modules/rbac/yonghushoucangbiaojiekou.ts +5 -5
- package/src/api/modules/rbac/yonghuzuijinchangyongbiaojiekou.ts +4 -4
- package/src/api/modules/rbac/ziyuandaorudaochuxiangguanjiekou.ts +6 -6
- package/src/api/modules/rbac/ziyuanjiekou.ts +13 -13
- package/src/api/modules/rbac/zuhuguanlijiekou.ts +5 -5
- package/src/api/modules/rbac/zuzhijiaosebiaokongzhiqi.ts +4 -4
- package/src/api/modules/rbac/zuzhijiekou.ts +9 -9
- package/src/views/resource/model.ts +1 -1
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 数据权限不分页下拉列表
|
|
5
5
|
* @url /rbac/pubDataPermissions/dataPermissionList
|
|
6
6
|
* @method GET
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function getRbacPubDataPermissionsDataPermissionList<
|
|
10
10
|
R = API.ResponseDataListshujuquanxianshituduixiang,
|
|
@@ -19,7 +19,7 @@ export function getRbacPubDataPermissionsDataPermissionList<
|
|
|
19
19
|
* @description 删除数据权限 根据ID删除PubDataPermissions
|
|
20
20
|
* @url /rbac/pubDataPermissions/delete
|
|
21
21
|
* @method DELETE
|
|
22
|
-
* @author @pubinfo
|
|
22
|
+
* @author @pubinfo/openapi
|
|
23
23
|
*/
|
|
24
24
|
export function deleteRbacPubDataPermissionsDelete<
|
|
25
25
|
R = API.ResponseDataVoid,
|
|
@@ -44,7 +44,7 @@ export function deleteRbacPubDataPermissionsDelete<
|
|
|
44
44
|
* @description 根据ID获取数据权限详情 返回指定ID的数据权限主表
|
|
45
45
|
* @url /rbac/pubDataPermissions/getById
|
|
46
46
|
* @method GET
|
|
47
|
-
* @author @pubinfo
|
|
47
|
+
* @author @pubinfo/openapi
|
|
48
48
|
*/
|
|
49
49
|
export function getRbacPubDataPermissionsGetById<
|
|
50
50
|
R = API.ResponseDatashujuquanxianbianjiduixiang,
|
|
@@ -65,7 +65,7 @@ export function getRbacPubDataPermissionsGetById<
|
|
|
65
65
|
* @description 获取用户各组织数据权限
|
|
66
66
|
* @url /rbac/pubDataPermissions/getUserOrgDataPermissionList
|
|
67
67
|
* @method POST
|
|
68
|
-
* @author @pubinfo
|
|
68
|
+
* @author @pubinfo/openapi
|
|
69
69
|
*/
|
|
70
70
|
export function postRbacPubDataPermissionsGetUserOrgDataPermissionList<
|
|
71
71
|
R = API.ResponseDatashouquanshujuquanxianduixiang,
|
|
@@ -90,7 +90,7 @@ export function postRbacPubDataPermissionsGetUserOrgDataPermissionList<
|
|
|
90
90
|
* @description 授权数据权限
|
|
91
91
|
* @url /rbac/pubDataPermissions/grantDataPermission
|
|
92
92
|
* @method POST
|
|
93
|
-
* @author @pubinfo
|
|
93
|
+
* @author @pubinfo/openapi
|
|
94
94
|
*/
|
|
95
95
|
export function postRbacPubDataPermissionsGrantDataPermission<
|
|
96
96
|
R = API.ResponseDataVoid,
|
|
@@ -115,7 +115,7 @@ export function postRbacPubDataPermissionsGrantDataPermission<
|
|
|
115
115
|
* @description 编辑角色和授权数据权限
|
|
116
116
|
* @url /rbac/pubDataPermissions/grantUserRoleAndDatPermission
|
|
117
117
|
* @method POST
|
|
118
|
-
* @author @pubinfo
|
|
118
|
+
* @author @pubinfo/openapi
|
|
119
119
|
*/
|
|
120
120
|
export function postRbacPubDataPermissionsGrantUserRoleAndDatPermission<
|
|
121
121
|
R = API.ResponseDataVoid,
|
|
@@ -140,7 +140,7 @@ export function postRbacPubDataPermissionsGrantUserRoleAndDatPermission<
|
|
|
140
140
|
* @description 分页查询数据权限 返回数据权限主表分页
|
|
141
141
|
* @url /rbac/pubDataPermissions/pageQuery
|
|
142
142
|
* @method POST
|
|
143
|
-
* @author @pubinfo
|
|
143
|
+
* @author @pubinfo/openapi
|
|
144
144
|
*/
|
|
145
145
|
export function postRbacPubDataPermissionsPageQuery<
|
|
146
146
|
R = API.ResponseDataPageDatashujuquanxianshituduixiang,
|
|
@@ -161,7 +161,7 @@ export function postRbacPubDataPermissionsPageQuery<
|
|
|
161
161
|
* @description 创建数据权限 根据请求体创建一个新的数据权限主表
|
|
162
162
|
* @url /rbac/pubDataPermissions/save
|
|
163
163
|
* @method POST
|
|
164
|
-
* @author @pubinfo
|
|
164
|
+
* @author @pubinfo/openapi
|
|
165
165
|
*/
|
|
166
166
|
export function postRbacPubDataPermissionsSave<
|
|
167
167
|
R = API.ResponseDataVoid,
|
|
@@ -182,7 +182,7 @@ export function postRbacPubDataPermissionsSave<
|
|
|
182
182
|
* @description 更新数据权限 根据ID更新PubDataPermissions的详细信息
|
|
183
183
|
* @url /rbac/pubDataPermissions/update
|
|
184
184
|
* @method POST
|
|
185
|
-
* @author @pubinfo
|
|
185
|
+
* @author @pubinfo/openapi
|
|
186
186
|
*/
|
|
187
187
|
export function postRbacPubDataPermissionsUpdate<
|
|
188
188
|
R = API.ResponseDataPubDataPermissions,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 修改登录密码
|
|
5
5
|
* @url /rbac/user/changePassword
|
|
6
6
|
* @method PUT
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function putRbacUserChangePassword<
|
|
10
10
|
R = API.ResponseDataVoid,
|
|
@@ -29,7 +29,7 @@ export function putRbacUserChangePassword<
|
|
|
29
29
|
* @description 修改登录密码
|
|
30
30
|
* @url /rbac/user/changePassword
|
|
31
31
|
* @method POST
|
|
32
|
-
* @author @pubinfo
|
|
32
|
+
* @author @pubinfo/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function postRbacUserChangePassword<
|
|
35
35
|
R = API.ResponseDataVoid,
|
|
@@ -54,7 +54,7 @@ export function postRbacUserChangePassword<
|
|
|
54
54
|
* @description 修改登录密码(验证码)
|
|
55
55
|
* @url /rbac/user/changePasswordWithVerifyCode
|
|
56
56
|
* @method POST
|
|
57
|
-
* @author @pubinfo
|
|
57
|
+
* @author @pubinfo/openapi
|
|
58
58
|
*/
|
|
59
59
|
export function postRbacUserChangePasswordWithVerifyCode<
|
|
60
60
|
R = API.ResponseDataVoid,
|
|
@@ -79,7 +79,7 @@ export function postRbacUserChangePasswordWithVerifyCode<
|
|
|
79
79
|
* @description 编辑角色和授权数据权限
|
|
80
80
|
* @url /rbac/user/grantUserRoleAndDatPermission
|
|
81
81
|
* @method POST
|
|
82
|
-
* @author @pubinfo
|
|
82
|
+
* @author @pubinfo/openapi
|
|
83
83
|
*/
|
|
84
84
|
export function postRbacUserGrantUserRoleAndDatPermission<
|
|
85
85
|
R = API.ResponseDataVoid,
|
|
@@ -100,7 +100,7 @@ export function postRbacUserGrantUserRoleAndDatPermission<
|
|
|
100
100
|
* @description 根据id查询
|
|
101
101
|
* @url /rbac/user/info
|
|
102
102
|
* @method GET
|
|
103
|
-
* @author @pubinfo
|
|
103
|
+
* @author @pubinfo/openapi
|
|
104
104
|
*/
|
|
105
105
|
export function getRbacUserInfo<
|
|
106
106
|
R = API.ResponseDataPubUserBo,
|
|
@@ -121,7 +121,7 @@ export function getRbacUserInfo<
|
|
|
121
121
|
* @description 用户新增
|
|
122
122
|
* @url /rbac/user/pubUserAdd
|
|
123
123
|
* @method POST
|
|
124
|
-
* @author @pubinfo
|
|
124
|
+
* @author @pubinfo/openapi
|
|
125
125
|
*/
|
|
126
126
|
export function postRbacUserPubUserAdd<
|
|
127
127
|
R = API.ResponseDataString,
|
|
@@ -139,7 +139,7 @@ export function postRbacUserPubUserAdd<
|
|
|
139
139
|
* @description 重置登录密码
|
|
140
140
|
* @url /rbac/user/resetPassword
|
|
141
141
|
* @method PUT
|
|
142
|
-
* @author @pubinfo
|
|
142
|
+
* @author @pubinfo/openapi
|
|
143
143
|
*/
|
|
144
144
|
export function putRbacUserResetPassword<
|
|
145
145
|
R = API.ResponseDataVoid,
|
|
@@ -164,7 +164,7 @@ export function putRbacUserResetPassword<
|
|
|
164
164
|
* @description 重置登录密码
|
|
165
165
|
* @url /rbac/user/resetPassword
|
|
166
166
|
* @method POST
|
|
167
|
-
* @author @pubinfo
|
|
167
|
+
* @author @pubinfo/openapi
|
|
168
168
|
*/
|
|
169
169
|
export function postRbacUserResetPassword<
|
|
170
170
|
R = API.ResponseDataVoid,
|
|
@@ -189,7 +189,7 @@ export function postRbacUserResetPassword<
|
|
|
189
189
|
* @description 用户id和组织id查询详情
|
|
190
190
|
* @url /rbac/user/userAndOrgList
|
|
191
191
|
* @method POST
|
|
192
|
-
* @author @pubinfo
|
|
192
|
+
* @author @pubinfo/openapi
|
|
193
193
|
*/
|
|
194
194
|
export function postRbacUserUserAndOrgList<
|
|
195
195
|
R = API.ResponseDataListPubUserDto,
|
|
@@ -210,7 +210,7 @@ export function postRbacUserUserAndOrgList<
|
|
|
210
210
|
* @description 用户删除
|
|
211
211
|
* @url /rbac/user/userDelete
|
|
212
212
|
* @method GET
|
|
213
|
-
* @author @pubinfo
|
|
213
|
+
* @author @pubinfo/openapi
|
|
214
214
|
*/
|
|
215
215
|
export function getRbacUserUserDelete<
|
|
216
216
|
R = API.ResponseDataVoid,
|
|
@@ -231,7 +231,7 @@ export function getRbacUserUserDelete<
|
|
|
231
231
|
* @description 登录用户完整信息
|
|
232
232
|
* @url /rbac/user/userEntireInfo
|
|
233
233
|
* @method GET
|
|
234
|
-
* @author @pubinfo
|
|
234
|
+
* @author @pubinfo/openapi
|
|
235
235
|
*/
|
|
236
236
|
export function getRbacUserUserEntireInfo<
|
|
237
237
|
R = API.ResponseDataPubUserBo,
|
|
@@ -246,7 +246,7 @@ export function getRbacUserUserEntireInfo<
|
|
|
246
246
|
* @description 用户和组织信息分页查询
|
|
247
247
|
* @url /rbac/user/userForMultiOrgPage
|
|
248
248
|
* @method POST
|
|
249
|
-
* @author @pubinfo
|
|
249
|
+
* @author @pubinfo/openapi
|
|
250
250
|
*/
|
|
251
251
|
export function postRbacUserUserForMultiOrgPage<
|
|
252
252
|
R = API.ResponseDataPageDataPubUserOrgBo,
|
|
@@ -267,7 +267,7 @@ export function postRbacUserUserForMultiOrgPage<
|
|
|
267
267
|
* @description 用户分页查询
|
|
268
268
|
* @url /rbac/user/userPage
|
|
269
269
|
* @method POST
|
|
270
|
-
* @author @pubinfo
|
|
270
|
+
* @author @pubinfo/openapi
|
|
271
271
|
*/
|
|
272
272
|
export function postRbacUserUserPage<
|
|
273
273
|
R = API.ResponseDataPageDataPubUserBo,
|
|
@@ -288,7 +288,7 @@ export function postRbacUserUserPage<
|
|
|
288
288
|
* @description 用户编辑
|
|
289
289
|
* @url /rbac/user/userUpdate
|
|
290
290
|
* @method POST
|
|
291
|
-
* @author @pubinfo
|
|
291
|
+
* @author @pubinfo/openapi
|
|
292
292
|
*/
|
|
293
293
|
export function postRbacUserUserUpdate<
|
|
294
294
|
R = API.ResponseDataVoid,
|
|
@@ -309,7 +309,7 @@ export function postRbacUserUserUpdate<
|
|
|
309
309
|
* @description 用户编辑(详情和组织等)-2024年6月24日
|
|
310
310
|
* @url /rbac/user/userUpdate-v2
|
|
311
311
|
* @method POST
|
|
312
|
-
* @author @pubinfo
|
|
312
|
+
* @author @pubinfo/openapi
|
|
313
313
|
*/
|
|
314
314
|
export function postRbacUserUserUpdateV2<
|
|
315
315
|
R = API.ResponseDataVoid,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 删除用户收藏表数据 删除用户收藏表数据
|
|
5
5
|
* @url /rbac/collect/${param0}/delete
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacCollectByIdDelete<
|
|
10
10
|
R = API.ResponseData,
|
|
@@ -29,7 +29,7 @@ export function postRbacCollectByIdDelete<
|
|
|
29
29
|
* @description 根据主键获取用户收藏表详情 根据主键获取用户收藏表详情
|
|
30
30
|
* @url /rbac/collect/${param0}/detail
|
|
31
31
|
* @method GET
|
|
32
|
-
* @author @pubinfo
|
|
32
|
+
* @author @pubinfo/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function getRbacCollectByIdDetail<
|
|
35
35
|
R = API.ResponseDataPubUserCollect,
|
|
@@ -50,7 +50,7 @@ export function getRbacCollectByIdDetail<
|
|
|
50
50
|
* @description 添加用户收藏表数据 添加用户收藏表数据
|
|
51
51
|
* @url /rbac/collect/add
|
|
52
52
|
* @method POST
|
|
53
|
-
* @author @pubinfo
|
|
53
|
+
* @author @pubinfo/openapi
|
|
54
54
|
*/
|
|
55
55
|
export function postRbacCollectAdd<
|
|
56
56
|
R = API.ResponseDataBoolean,
|
|
@@ -71,7 +71,7 @@ export function postRbacCollectAdd<
|
|
|
71
71
|
* @description 分页查询用户收藏表 分页查询用户收藏表
|
|
72
72
|
* @url /rbac/collect/findPage
|
|
73
73
|
* @method POST
|
|
74
|
-
* @author @pubinfo
|
|
74
|
+
* @author @pubinfo/openapi
|
|
75
75
|
*/
|
|
76
76
|
export function postRbacCollectFindPage<
|
|
77
77
|
R = API.ResponseDataPageDataPubUserCollect,
|
|
@@ -92,7 +92,7 @@ export function postRbacCollectFindPage<
|
|
|
92
92
|
* @description 取消用户收藏表数据 取消用户收藏表数据
|
|
93
93
|
* @url /rbac/collect/removeCollect
|
|
94
94
|
* @method POST
|
|
95
|
-
* @author @pubinfo
|
|
95
|
+
* @author @pubinfo/openapi
|
|
96
96
|
*/
|
|
97
97
|
export function postRbacCollectRemoveCollect<
|
|
98
98
|
R = API.ResponseDataBoolean,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 根据主键获取用户最近常用表详情 根据主键获取用户最近常用表详情
|
|
5
5
|
* @url /rbac/used/${param0}/detail
|
|
6
6
|
* @method GET
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function getRbacUsedByIdDetail<
|
|
10
10
|
R = API.ResponseDataPubUserUsed,
|
|
@@ -25,7 +25,7 @@ export function getRbacUsedByIdDetail<
|
|
|
25
25
|
* @description 添加用户最近常用表数据 添加用户最近常用表数据
|
|
26
26
|
* @url /rbac/used/add
|
|
27
27
|
* @method POST
|
|
28
|
-
* @author @pubinfo
|
|
28
|
+
* @author @pubinfo/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function postRbacUsedAdd<R = API.ResponseData, T = API.ResponseData>(
|
|
31
31
|
body: API.AddPubUserUsedDto,
|
|
@@ -43,7 +43,7 @@ export function postRbacUsedAdd<R = API.ResponseData, T = API.ResponseData>(
|
|
|
43
43
|
* @description 批量添加用户最近常用表数据 批量添加用户最近常用表数据
|
|
44
44
|
* @url /rbac/used/addBatch
|
|
45
45
|
* @method POST
|
|
46
|
-
* @author @pubinfo
|
|
46
|
+
* @author @pubinfo/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function postRbacUsedAddBatch<
|
|
49
49
|
R = API.ResponseData,
|
|
@@ -64,7 +64,7 @@ export function postRbacUsedAddBatch<
|
|
|
64
64
|
* @description 分页查询用户最近常用表 分页查询用户最近常用表
|
|
65
65
|
* @url /rbac/used/findPage
|
|
66
66
|
* @method POST
|
|
67
|
-
* @author @pubinfo
|
|
67
|
+
* @author @pubinfo/openapi
|
|
68
68
|
*/
|
|
69
69
|
export function postRbacUsedFindPage<
|
|
70
70
|
R = API.ResponseDataPageDataPubUserUsed,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 删除备份数据数据
|
|
5
5
|
* @url /rbac/resource-backup/deleteResourceBackup
|
|
6
6
|
* @method DELETE
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function deleteRbacResourceBackupDeleteResourceBackup<
|
|
10
10
|
R = API.ResponseDataVoid,
|
|
@@ -29,7 +29,7 @@ export function deleteRbacResourceBackupDeleteResourceBackup<
|
|
|
29
29
|
* @description 查看详情
|
|
30
30
|
* @url /rbac/resource-backup/detail
|
|
31
31
|
* @method GET
|
|
32
|
-
* @author @pubinfo
|
|
32
|
+
* @author @pubinfo/openapi
|
|
33
33
|
*/
|
|
34
34
|
export function getRbacResourceBackupDetail<
|
|
35
35
|
R = API.ResponseDataPubResourceBackupBO,
|
|
@@ -50,7 +50,7 @@ export function getRbacResourceBackupDetail<
|
|
|
50
50
|
* @description 资源导出
|
|
51
51
|
* @url /rbac/resource-backup/exportResourceData
|
|
52
52
|
* @method POST
|
|
53
|
-
* @author @pubinfo
|
|
53
|
+
* @author @pubinfo/openapi
|
|
54
54
|
*/
|
|
55
55
|
export function postRbacResourceBackupExportResourceData<
|
|
56
56
|
R = API.ResponseDataPubResourceExportBO,
|
|
@@ -68,7 +68,7 @@ export function postRbacResourceBackupExportResourceData<
|
|
|
68
68
|
* @description 资源导入
|
|
69
69
|
* @url /rbac/resource-backup/importResourceData
|
|
70
70
|
* @method POST
|
|
71
|
-
* @author @pubinfo
|
|
71
|
+
* @author @pubinfo/openapi
|
|
72
72
|
*/
|
|
73
73
|
export function postRbacResourceBackupImportResourceData<
|
|
74
74
|
R = API.ResponseDataVoid,
|
|
@@ -119,7 +119,7 @@ export function postRbacResourceBackupImportResourceData<
|
|
|
119
119
|
* @description 查看列表
|
|
120
120
|
* @url /rbac/resource-backup/list
|
|
121
121
|
* @method GET
|
|
122
|
-
* @author @pubinfo
|
|
122
|
+
* @author @pubinfo/openapi
|
|
123
123
|
*/
|
|
124
124
|
export function getRbacResourceBackupList<
|
|
125
125
|
R = API.ResponseDataListPubResourceBackupBO,
|
|
@@ -140,7 +140,7 @@ export function getRbacResourceBackupList<
|
|
|
140
140
|
* @description 恢复数据
|
|
141
141
|
* @url /rbac/resource-backup/restore
|
|
142
142
|
* @method GET
|
|
143
|
-
* @author @pubinfo
|
|
143
|
+
* @author @pubinfo/openapi
|
|
144
144
|
*/
|
|
145
145
|
export function getRbacResourceBackupRestore<
|
|
146
146
|
R = API.ResponseDataVoid,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 资源新增
|
|
5
5
|
* @url /rbac/resource/addResource
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacResourceAddResource<
|
|
10
10
|
R = API.ResponseDataPubResource,
|
|
@@ -25,7 +25,7 @@ export function postRbacResourceAddResource<
|
|
|
25
25
|
* @description 应用列表
|
|
26
26
|
* @url /rbac/resource/appList
|
|
27
27
|
* @method GET
|
|
28
|
-
* @author @pubinfo
|
|
28
|
+
* @author @pubinfo/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function getRbacResourceAppList<
|
|
31
31
|
R = API.ResponseDataListPubResource,
|
|
@@ -40,7 +40,7 @@ export function getRbacResourceAppList<
|
|
|
40
40
|
* @description 资源绑定的角色列表
|
|
41
41
|
* @url /rbac/resource/getRoleListByResourceId
|
|
42
42
|
* @method GET
|
|
43
|
-
* @author @pubinfo
|
|
43
|
+
* @author @pubinfo/openapi
|
|
44
44
|
*/
|
|
45
45
|
export function getRbacResourceGetRoleListByResourceId<
|
|
46
46
|
R = API.ResponseDataListPubRoleBo,
|
|
@@ -61,7 +61,7 @@ export function getRbacResourceGetRoleListByResourceId<
|
|
|
61
61
|
* @description 授权资源列表
|
|
62
62
|
* @url /rbac/resource/grantedResources
|
|
63
63
|
* @method GET
|
|
64
|
-
* @author @pubinfo
|
|
64
|
+
* @author @pubinfo/openapi
|
|
65
65
|
*/
|
|
66
66
|
export function getRbacResourceGrantedResources<
|
|
67
67
|
R = API.ResponseDataListString,
|
|
@@ -76,7 +76,7 @@ export function getRbacResourceGrantedResources<
|
|
|
76
76
|
* @description 选择应用下的资源树
|
|
77
77
|
* @url /rbac/resource/groupResourceTree
|
|
78
78
|
* @method GET
|
|
79
|
-
* @author @pubinfo
|
|
79
|
+
* @author @pubinfo/openapi
|
|
80
80
|
*/
|
|
81
81
|
export function getRbacResourceGroupResourceTree<
|
|
82
82
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -97,7 +97,7 @@ export function getRbacResourceGroupResourceTree<
|
|
|
97
97
|
* @description 根据id查询
|
|
98
98
|
* @url /rbac/resource/info
|
|
99
99
|
* @method GET
|
|
100
|
-
* @author @pubinfo
|
|
100
|
+
* @author @pubinfo/openapi
|
|
101
101
|
*/
|
|
102
102
|
export function getRbacResourceInfo<
|
|
103
103
|
R = API.ResponseDataPubResource,
|
|
@@ -118,7 +118,7 @@ export function getRbacResourceInfo<
|
|
|
118
118
|
* @description 登录后菜单树加载
|
|
119
119
|
* @url /rbac/resource/menuTree
|
|
120
120
|
* @method POST
|
|
121
|
-
* @author @pubinfo
|
|
121
|
+
* @author @pubinfo/openapi
|
|
122
122
|
*/
|
|
123
123
|
export function postRbacResourceMenuTree<
|
|
124
124
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -137,7 +137,7 @@ export function postRbacResourceMenuTree<
|
|
|
137
137
|
* @description 前端可自主选择的资源树(全量or自有)
|
|
138
138
|
* @url /rbac/resource/mineOrAllResourceTree
|
|
139
139
|
* @method POST
|
|
140
|
-
* @author @pubinfo
|
|
140
|
+
* @author @pubinfo/openapi
|
|
141
141
|
*/
|
|
142
142
|
export function postRbacResourceMineOrAllResourceTree<
|
|
143
143
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -164,7 +164,7 @@ export function postRbacResourceMineOrAllResourceTree<
|
|
|
164
164
|
* @description 资源删除
|
|
165
165
|
* @url /rbac/resource/resourceDelete
|
|
166
166
|
* @method GET
|
|
167
|
-
* @author @pubinfo
|
|
167
|
+
* @author @pubinfo/openapi
|
|
168
168
|
*/
|
|
169
169
|
export function getRbacResourceResourceDelete<
|
|
170
170
|
R = API.ResponseDataVoid,
|
|
@@ -185,7 +185,7 @@ export function getRbacResourceResourceDelete<
|
|
|
185
185
|
* @description 资源列表通过父id查询
|
|
186
186
|
* @url /rbac/resource/resourceListByParentId
|
|
187
187
|
* @method GET
|
|
188
|
-
* @author @pubinfo
|
|
188
|
+
* @author @pubinfo/openapi
|
|
189
189
|
*/
|
|
190
190
|
export function getRbacResourceResourceListByParentId<
|
|
191
191
|
R = API.ResponseDataListPubResource,
|
|
@@ -208,7 +208,7 @@ export function getRbacResourceResourceListByParentId<
|
|
|
208
208
|
* @description 全量树
|
|
209
209
|
* @url /rbac/resource/resourceTree
|
|
210
210
|
* @method GET
|
|
211
|
-
* @author @pubinfo
|
|
211
|
+
* @author @pubinfo/openapi
|
|
212
212
|
*/
|
|
213
213
|
export function getRbacResourceResourceTree<
|
|
214
214
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -229,7 +229,7 @@ export function getRbacResourceResourceTree<
|
|
|
229
229
|
* @description 资源编辑
|
|
230
230
|
* @url /rbac/resource/resourceUpdate
|
|
231
231
|
* @method POST
|
|
232
|
-
* @author @pubinfo
|
|
232
|
+
* @author @pubinfo/openapi
|
|
233
233
|
*/
|
|
234
234
|
export function postRbacResourceResourceUpdate<
|
|
235
235
|
R = API.ResponseDataPubResource,
|
|
@@ -250,7 +250,7 @@ export function postRbacResourceResourceUpdate<
|
|
|
250
250
|
* @description 租户新增的资源树
|
|
251
251
|
* @url /rbac/resource/tenantAddResourceTree
|
|
252
252
|
* @method GET
|
|
253
|
-
* @author @pubinfo
|
|
253
|
+
* @author @pubinfo/openapi
|
|
254
254
|
*/
|
|
255
255
|
export function getRbacResourceTenantAddResourceTree<
|
|
256
256
|
R = API.ResponseDataListPubResourceTreeBo,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 租户新增
|
|
5
5
|
* @url /rbac/tenant/pubTenantAdd
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacTenantPubTenantAdd<
|
|
10
10
|
R = API.ResponseDataString,
|
|
@@ -22,7 +22,7 @@ export function postRbacTenantPubTenantAdd<
|
|
|
22
22
|
* @description 租户删除
|
|
23
23
|
* @url /rbac/tenant/pubTenantDelete
|
|
24
24
|
* @method GET
|
|
25
|
-
* @author @pubinfo
|
|
25
|
+
* @author @pubinfo/openapi
|
|
26
26
|
*/
|
|
27
27
|
export function getRbacTenantPubTenantDelete<
|
|
28
28
|
R = API.ResponseDataVoid,
|
|
@@ -43,7 +43,7 @@ export function getRbacTenantPubTenantDelete<
|
|
|
43
43
|
* @description 根据id查询租户
|
|
44
44
|
* @url /rbac/tenant/pubTenantInfo
|
|
45
45
|
* @method GET
|
|
46
|
-
* @author @pubinfo
|
|
46
|
+
* @author @pubinfo/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function getRbacTenantPubTenantInfo<
|
|
49
49
|
R = API.ResponseDataPubTenantBo,
|
|
@@ -64,7 +64,7 @@ export function getRbacTenantPubTenantInfo<
|
|
|
64
64
|
* @description 租户分页查询
|
|
65
65
|
* @url /rbac/tenant/pubTenantPage
|
|
66
66
|
* @method POST
|
|
67
|
-
* @author @pubinfo
|
|
67
|
+
* @author @pubinfo/openapi
|
|
68
68
|
*/
|
|
69
69
|
export function postRbacTenantPubTenantPage<
|
|
70
70
|
R = API.ResponseDataPageDataPubTenant,
|
|
@@ -85,7 +85,7 @@ export function postRbacTenantPubTenantPage<
|
|
|
85
85
|
* @description 租户编辑
|
|
86
86
|
* @url /rbac/tenant/pubTenantUpdate
|
|
87
87
|
* @method POST
|
|
88
|
-
* @author @pubinfo
|
|
88
|
+
* @author @pubinfo/openapi
|
|
89
89
|
*/
|
|
90
90
|
export function postRbacTenantPubTenantUpdate<
|
|
91
91
|
R = API.ResponseDataVoid,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 根据OrgID获取组织所有角色 根据OrgID获取组织所有角色
|
|
5
5
|
* @url /rbac/orgRole/getAllByOrgId
|
|
6
6
|
* @method GET
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function getRbacOrgRoleGetAllByOrgId<
|
|
10
10
|
R = API.ResponseDataListPubRole,
|
|
@@ -25,7 +25,7 @@ export function getRbacOrgRoleGetAllByOrgId<
|
|
|
25
25
|
* @description 根据OrgID获取组织角色详情 根据OrgID获取组织角色详情
|
|
26
26
|
* @url /rbac/orgRole/getByOrgId
|
|
27
27
|
* @method GET
|
|
28
|
-
* @author @pubinfo
|
|
28
|
+
* @author @pubinfo/openapi
|
|
29
29
|
*/
|
|
30
30
|
export function getRbacOrgRoleGetByOrgId<
|
|
31
31
|
R = API.ResponseDataPubOrgRoleBo,
|
|
@@ -46,7 +46,7 @@ export function getRbacOrgRoleGetByOrgId<
|
|
|
46
46
|
* @description 角色组织分页查询
|
|
47
47
|
* @url /rbac/orgRole/roleOrgPage
|
|
48
48
|
* @method POST
|
|
49
|
-
* @author @pubinfo
|
|
49
|
+
* @author @pubinfo/openapi
|
|
50
50
|
*/
|
|
51
51
|
export function postRbacOrgRoleRoleOrgPage<
|
|
52
52
|
R = API.ResponseDataPageDataPubOrgBo,
|
|
@@ -67,7 +67,7 @@ export function postRbacOrgRoleRoleOrgPage<
|
|
|
67
67
|
* @description 更新组织角色表 根据请求体更新组织角色表
|
|
68
68
|
* @url /rbac/orgRole/saveOrgRole
|
|
69
69
|
* @method POST
|
|
70
|
-
* @author @pubinfo
|
|
70
|
+
* @author @pubinfo/openapi
|
|
71
71
|
*/
|
|
72
72
|
export function postRbacOrgRoleSaveOrgRole<
|
|
73
73
|
R = API.ResponseDataPubOrgRoleAddDto,
|
|
@@ -4,7 +4,7 @@ import { basic as request } from '@/api/request';
|
|
|
4
4
|
* @description 新增
|
|
5
5
|
* @url /rbac/org/addOrg
|
|
6
6
|
* @method POST
|
|
7
|
-
* @author @pubinfo
|
|
7
|
+
* @author @pubinfo/openapi
|
|
8
8
|
*/
|
|
9
9
|
export function postRbacOrgAddOrg<
|
|
10
10
|
R = API.ResponseDataPubOrg,
|
|
@@ -22,7 +22,7 @@ export function postRbacOrgAddOrg<
|
|
|
22
22
|
* @description 删除
|
|
23
23
|
* @url /rbac/org/deleteOrg
|
|
24
24
|
* @method GET
|
|
25
|
-
* @author @pubinfo
|
|
25
|
+
* @author @pubinfo/openapi
|
|
26
26
|
*/
|
|
27
27
|
export function getRbacOrgDeleteOrg<
|
|
28
28
|
R = API.ResponseDataVoid,
|
|
@@ -43,7 +43,7 @@ export function getRbacOrgDeleteOrg<
|
|
|
43
43
|
* @description 根据id查询
|
|
44
44
|
* @url /rbac/org/info
|
|
45
45
|
* @method GET
|
|
46
|
-
* @author @pubinfo
|
|
46
|
+
* @author @pubinfo/openapi
|
|
47
47
|
*/
|
|
48
48
|
export function getRbacOrgInfo<
|
|
49
49
|
R = API.ResponseDataPubOrg,
|
|
@@ -64,7 +64,7 @@ export function getRbacOrgInfo<
|
|
|
64
64
|
* @description 组织列表查询通过父id 顶级id:0
|
|
65
65
|
* @url /rbac/org/orgListByParentId
|
|
66
66
|
* @method GET
|
|
67
|
-
* @author @pubinfo
|
|
67
|
+
* @author @pubinfo/openapi
|
|
68
68
|
*/
|
|
69
69
|
export function getRbacOrgOrgListByParentId<
|
|
70
70
|
R = API.ResponseDataListPubOrg,
|
|
@@ -88,7 +88,7 @@ export function getRbacOrgOrgListByParentId<
|
|
|
88
88
|
* @description 搜索接口
|
|
89
89
|
* @url /rbac/org/search
|
|
90
90
|
* @method POST
|
|
91
|
-
* @author @pubinfo
|
|
91
|
+
* @author @pubinfo/openapi
|
|
92
92
|
*/
|
|
93
93
|
export function postRbacOrgSearch<
|
|
94
94
|
R = API.ResponseDataPageDataPubOrg,
|
|
@@ -109,7 +109,7 @@ export function postRbacOrgSearch<
|
|
|
109
109
|
* @description 组织id数组搜索组织信息接口
|
|
110
110
|
* @url /rbac/org/searchOrgByIds
|
|
111
111
|
* @method POST
|
|
112
|
-
* @author @pubinfo
|
|
112
|
+
* @author @pubinfo/openapi
|
|
113
113
|
*/
|
|
114
114
|
export function postRbacOrgSearchOrgByIds<
|
|
115
115
|
R = API.ResponseDataListPubOrg,
|
|
@@ -127,7 +127,7 @@ export function postRbacOrgSearchOrgByIds<
|
|
|
127
127
|
* @description 搜索子节点平铺 顶级id:0
|
|
128
128
|
* @url /rbac/org/searchSubOrgById
|
|
129
129
|
* @method GET
|
|
130
|
-
* @author @pubinfo
|
|
130
|
+
* @author @pubinfo/openapi
|
|
131
131
|
*/
|
|
132
132
|
export function getRbacOrgSearchSubOrgById<
|
|
133
133
|
R = API.ResponseDataListPubOrg,
|
|
@@ -148,7 +148,7 @@ export function getRbacOrgSearchSubOrgById<
|
|
|
148
148
|
* @description 搜索后的树形结构
|
|
149
149
|
* @url /rbac/org/searchTreeById
|
|
150
150
|
* @method GET
|
|
151
|
-
* @author @pubinfo
|
|
151
|
+
* @author @pubinfo/openapi
|
|
152
152
|
*/
|
|
153
153
|
export function getRbacOrgSearchTreeById<
|
|
154
154
|
R = API.ResponseDataPubOrgTreeBo,
|
|
@@ -171,7 +171,7 @@ export function getRbacOrgSearchTreeById<
|
|
|
171
171
|
* @description 修改
|
|
172
172
|
* @url /rbac/org/updateOrg
|
|
173
173
|
* @method POST
|
|
174
|
-
* @author @pubinfo
|
|
174
|
+
* @author @pubinfo/openapi
|
|
175
175
|
*/
|
|
176
176
|
export function postRbacOrgUpdateOrg<
|
|
177
177
|
R = API.ResponseDataPubOrg,
|