修复账户解锁接口请求路径错误的问题

pull/228/head
Rain 2 years ago committed by Gitee
parent c8a108b93a
commit 9d21b1627b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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

Loading…
Cancel
Save