Skip to content

Commit

Permalink
fix: 调整接口权限
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Jun 11, 2023
1 parent b8c5416 commit cc528f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public ResVo<SearchUserVo> queryUserList(@RequestParam(name = "key", required =
return ResVo.ok(vo);
}

@Permission(role = UserRole.LOGIN)
@ApiOperation("获取当前登录用户信息")
@GetMapping("info")
public ResVo<BaseUserInfoDTO> info() {
Expand Down

0 comments on commit cc528f8

Please sign in to comment.