perf: 登录失败日志

This commit is contained in:
fit2cloud-chenyw 2024-01-22 11:40:37 +08:00
parent d96cf1d4ff
commit 953a613b72
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 2012e4fb3c3169330cc70b09e4e77d144b22031b Subproject commit fc34032acd1aa4b4fe2eb0e67685b1ee498aa4a3

View File

@ -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);
} }