上传代码

This commit is contained in:
liwei1dao 2023-01-14 22:29:32 +08:00
parent b882a2fbc5
commit eafa106729

View File

@ -133,6 +133,8 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod
} else {
rsp.Ex = expand
}
} else {
rsp.Ex = &pb.DBUserExpand{}
}
this.module.RecoverUserPsStart(user.Uid)