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

Merge pull request !228 from Rain/N/A
pull/229/head
若依 2 years ago committed by Gitee
commit 537105b2a9
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