Merge pull request #7731 from dataease/pr@dev-v2@perf_login_log

perf: 登录失败日志
This commit is contained in:
fit2cloud-chenyw 2024-01-22 11:45:00 +08:00 committed by GitHub
commit d317dff1f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
@GetMapping("/firstEchelon/{limit}")
List<Long> firstEchelon(@PathVariable("limit") Long limit);
@Hidden
@GetMapping("/queryByAccount")
CurUserVO queryByAccount(String account);
}