Skip to content

Commit

Permalink
feat-AuthorizationController-授权加入临时默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 13, 2024
1 parent b745b1a commit ee59702
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public List view(@QueryParam("roleID") String roleID, @QueryParam("moduleID") St
public String grant(@QueryParam("roleID") String roleID, @QueryParam("actionID") String actionID) {
return roleActionController.create(Map.of(
"id_at_auth_role", roleID,
"id_at_app_module_action", actionID
"id_at_app_module_action", actionID,
"dict_data_auth", "open"
));
}

Expand Down

0 comments on commit ee59702

Please sign in to comment.