作者 iacker
提交者 Gitee

fix: 账户解锁接口去掉多余的 /

@@ -73,7 +73,7 @@ public class SysLogininforController extends BaseController @@ -73,7 +73,7 @@ public class SysLogininforController extends BaseController
73 73
74 @PreAuthorize("@ss.hasPermi('monitor:logininfor:unlock')") 74 @PreAuthorize("@ss.hasPermi('monitor:logininfor:unlock')")
75 @Log(title = "账户解锁", businessType = BusinessType.OTHER) 75 @Log(title = "账户解锁", businessType = BusinessType.OTHER)
76 - @GetMapping("/unlock//{userName}") 76 + @GetMapping("/unlock/{userName}")
77 public AjaxResult unlock(@PathVariable("userName") String userName) 77 public AjaxResult unlock(@PathVariable("userName") String userName)
78 { 78 {
79 passwordService.clearLoginRecordCache(userName); 79 passwordService.clearLoginRecordCache(userName);