forked from github/dataease
perf: 登录失败日志
This commit is contained in:
parent
d96cf1d4ff
commit
953a613b72
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
|||||||
Subproject commit 2012e4fb3c3169330cc70b09e4e77d144b22031b
|
Subproject commit fc34032acd1aa4b4fe2eb0e67685b1ee498aa4a3
|
@ -152,4 +152,8 @@ public interface UserApi {
|
|||||||
@Hidden
|
@Hidden
|
||||||
@GetMapping("/firstEchelon/{limit}")
|
@GetMapping("/firstEchelon/{limit}")
|
||||||
List<Long> firstEchelon(@PathVariable("limit") Long limit);
|
List<Long> firstEchelon(@PathVariable("limit") Long limit);
|
||||||
|
|
||||||
|
@Hidden
|
||||||
|
@GetMapping("/queryByAccount")
|
||||||
|
CurUserVO queryByAccount(String account);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user