Skip to content

Commit

Permalink
feat: 开启权限校验功能
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyw committed Mar 19, 2024
1 parent bdcfd2a commit 8f022d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private static Boolean checkUri(String uri, String tk) {
return true;
}
log.info("用户没该权限点,{}", uri);
return true;
return false;
}

private Long getUserId(ServerHttpRequest request) {
Expand Down

0 comments on commit 8f022d8

Please sign in to comment.