Skip to content

Commit

Permalink
feat:支持管理员查看项目成员 TencentBlueKing#9620
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Jun 6, 2024
1 parent d1330c3 commit fe82bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ interface UserAuthResourceMemberResource {

@DELETE
@Path("/removeMemberFromProject")
@Operation(summary = "一键移除项目用户")
fun removeMemberFromProject(
@Parameter(description = "用户名", required = true)
@HeaderParam(AUTH_HEADER_USER_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ interface UserDeptResource {

@GET
@Path("/{deptId}/users")
@Operation(summary = "根据组织ID获取成员")
fun getDeptUsers(
@Parameter(description = "用户名", required = true)
@HeaderParam(AUTH_HEADER_USER_ID)
Expand Down

0 comments on commit fe82bca

Please sign in to comment.