Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
3f7bf545
Unverified
Commit
3f7bf545
authored
Aug 08, 2022
by
iacker
Committed by
Gitee
Aug 08, 2022
Browse files
fix: 账户解锁接口去掉多余的 /
parent
cbedec7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysLogininforController.java
View file @
3f7bf545
...
@@ -73,7 +73,7 @@ public class SysLogininforController extends BaseController
...
@@ -73,7 +73,7 @@ public class SysLogininforController extends BaseController
@PreAuthorize
(
"@ss.hasPermi('monitor:logininfor:unlock')"
)
@PreAuthorize
(
"@ss.hasPermi('monitor:logininfor:unlock')"
)
@Log
(
title
=
"账户解锁"
,
businessType
=
BusinessType
.
OTHER
)
@Log
(
title
=
"账户解锁"
,
businessType
=
BusinessType
.
OTHER
)
@GetMapping
(
"/unlock/
/
{userName}"
)
@GetMapping
(
"/unlock/{userName}"
)
public
AjaxResult
unlock
(
@PathVariable
(
"userName"
)
String
userName
)
public
AjaxResult
unlock
(
@PathVariable
(
"userName"
)
String
userName
)
{
{
passwordService
.
clearLoginRecordCache
(
userName
);
passwordService
.
clearLoginRecordCache
(
userName
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment