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

View File

@@ -152,4 +152,8 @@ public interface UserApi {
@Hidden
@GetMapping("/firstEchelon/{limit}")
List<Long> firstEchelon(@PathVariable("limit") Long limit);
@Hidden
@GetMapping("/queryByAccount")
CurUserVO queryByAccount(String account);
}