|
|
@@ -76,7 +76,7 @@ public class SysLogininforController extends BaseController
|
|
76
|
76
|
|
|
77
|
77
|
@RequiresPermissions("system:logininfor:unlock")
|
|
78
|
78
|
@Log(title = "账户解锁", businessType = BusinessType.OTHER)
|
|
79
|
|
- @GetMapping("/unlock//{userName}")
|
|
|
79
|
+ @GetMapping("/unlock/{userName}")
|
|
80
|
80
|
public AjaxResult unlock(@PathVariable("userName") String userName)
|
|
81
|
81
|
{
|
|
82
|
82
|
redisService.deleteObject(CacheConstants.PWD_ERR_CNT_KEY + userName);
|