提交者
Gitee
!547 fix: 账户解锁接口去掉多余的 /
Merge pull request !547 from iacker/N/A
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论