Unnecessary path variable definition [WEB_ANNOTATION_NAMES]

This commit is contained in:
shimingxy
2025-12-22 12:15:39 +08:00
parent 83699f1b86
commit 424a86d3e7
53 changed files with 104 additions and 104 deletions

View File

@@ -53,7 +53,7 @@ public class ExtendApiAuthorizeEndpoint extends AuthorizeBaseEndpoint{
@GetMapping("/authz/api/{id}")
public ModelAndView authorize(
HttpServletRequest request,
@PathVariable("id") String id,
@PathVariable String id,
@CurrentUser UserInfo currentUser){
ModelAndView modelAndView = new ModelAndView("authorize/redirect_sso_submit");