This commit is contained in:
孟帅
2023-05-14 23:58:07 +08:00
parent 93dfbd4c88
commit a1ca9bfafc
2 changed files with 0 additions and 3 deletions

View File

@@ -148,7 +148,6 @@ func (s *sSysLoginLog) View(ctx context.Context, in sysin.LoginLogViewInp) (res
// Push 推送登录日志
func (s *sSysLoginLog) Push(ctx context.Context, in sysin.LoginLogPushInp) {
g.DumpWithType(in)
if in.Response == nil {
in.Response = new(adminin.LoginModel)
}