This commit is contained in:
by 2025-01-17 15:24:40 +08:00
parent a9ec52b183
commit 3763c8c739
1 changed files with 2 additions and 0 deletions

View File

@ -68,7 +68,9 @@ func (this *CSLoginHandler) Process(s *netlib.Session, packetid int, data interf
TypeId: int32(code.Enum().Number()),
Ts: time.Now().Unix(),
}
//后台统计登录失败
mq.Write(log)
}
}