Compare commits

..

No commits in common. "6a748216620a71704d72e47a3bb3d41324f52e26" and "e07ed77fa7586fbd066c537348f9fc1fe80f9fd9" have entirely different histories.

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()), TypeId: int32(code.Enum().Number()),
Ts: time.Now().Unix(), Ts: time.Now().Unix(),
} }
//后台统计登录失败
mq.Write(log) mq.Write(log)
} }
} }