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
8c7b93ec
"src/vscode:/vscode.git/clone" did not exist on "716d80715cbf7fbbb465fbbd452b420a8c87e6e1"
Unverified
Commit
8c7b93ec
authored
Aug 08, 2022
by
若依
Committed by
Gitee
Aug 08, 2022
Browse files
!547 fix: 账户解锁接口去掉多余的 /
Merge pull request !547 from iacker/N/A
parents
cbedec7c
3f7bf545
Changes
1
Show whitespace changes
Inline
Side-by-side
ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysLogininforController.java
View file @
8c7b93ec
...
@@ -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