Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-auth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-auth
Commits
368e5a1f
Commit
368e5a1f
authored
Nov 08, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加日志操作
parent
d2a9ca2d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
CollaboratorApiService.java
...ain/java/com/gic/auth/service/CollaboratorApiService.java
+2
-2
RoleApiService.java
...pi/src/main/java/com/gic/auth/service/RoleApiService.java
+2
-2
UserApiService.java
...pi/src/main/java/com/gic/auth/service/UserApiService.java
+4
-4
No files found.
gic-platform-auth-api/src/main/java/com/gic/auth/service/CollaboratorApiService.java
View file @
368e5a1f
...
...
@@ -78,9 +78,9 @@ public interface CollaboratorApiService {
* @param menuIds 操作权限ID,英文逗号隔开
* @param resourcesIds 资源组ID,英文逗号隔开
* @param collaboratorId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
Void>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
String> 返回日志操作对象
*/
ServiceResponse
<
Void
>
auth
(
String
subAppIds
,
String
menuIds
,
String
resourcesIds
,
Integer
collaboratorId
);
ServiceResponse
<
String
>
auth
(
String
subAppIds
,
String
menuIds
,
String
resourcesIds
,
Integer
collaboratorId
);
/**
* 取消
...
...
gic-platform-auth-api/src/main/java/com/gic/auth/service/RoleApiService.java
View file @
368e5a1f
...
...
@@ -53,9 +53,9 @@ public interface RoleApiService {
* @Description:
* @author guojuxing
* @param id
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
返回日志操作对象
*/
ServiceResponse
<
Void
>
delete
(
Integer
id
);
ServiceResponse
<
String
>
delete
(
Integer
id
);
/**
* 分页查询列表
...
...
gic-platform-auth-api/src/main/java/com/gic/auth/service/UserApiService.java
View file @
368e5a1f
...
...
@@ -63,9 +63,9 @@ public interface UserApiService {
* @Description:
* @author guojuxing
* @param userId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
返回日志操作对象
*/
ServiceResponse
<
Void
>
delete
(
Integer
userId
);
ServiceResponse
<
String
>
delete
(
Integer
userId
);
/**
* 企业查询超级管理员
...
...
@@ -130,7 +130,7 @@ public interface UserApiService {
* @param accountGroupId
* @param userId
* @param type
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
Void>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
String> 返回日志操作对象
*/
ServiceResponse
<
Void
>
removeAccountGroup
(
Integer
accountGroupId
,
Integer
userId
,
Integer
type
);
ServiceResponse
<
String
>
removeAccountGroup
(
Integer
accountGroupId
,
Integer
userId
,
Integer
type
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment