This commit is contained in:
liuxiaobo 2025-05-31 23:37:24 +08:00
parent 5e9b3922a1
commit 5aa67f5153

View File

@ -6,7 +6,7 @@ import (
) )
func (s *ClientService) login() { func (s *ClientService) login() {
//log.DebugF("user:%v ready login", s.username) log.DebugF("user:%v ready login", s.username)
s.SendMsg(pb.ServiceTypeId_STI_Login, int32(pb.MsgId_C2SUserLoginId), &pb.C2SUserLogin{ s.SendMsg(pb.ServiceTypeId_STI_Login, int32(pb.MsgId_C2SUserLoginId), &pb.C2SUserLogin{
Username: s.username, Username: s.username,
Password: s.password, Password: s.password,