上传公会信息
This commit is contained in:
parent
d37c24e66b
commit
87368517b3
@ -123,9 +123,7 @@ func (this *apiComp) Discharge(session comm.IUserSession, req *pb.SociatyDischar
|
|||||||
}
|
}
|
||||||
|
|
||||||
session.SendMsg(string(this.module.GetType()), SociatySubTypeDischarge, rsp)
|
session.SendMsg(string(this.module.GetType()), SociatySubTypeDischarge, rsp)
|
||||||
|
|
||||||
this.module.SendMsgToUser(string(this.module.GetType()), "pdischange", &pb.SociatyPDischangePush{Uid: req.TargetId, SociatyId: sociaty.Id}, req.TargetId)
|
this.module.SendMsgToUser(string(this.module.GetType()), "pdischange", &pb.SociatyPDischangePush{Uid: req.TargetId, SociatyId: sociaty.Id}, req.TargetId)
|
||||||
|
|
||||||
tsession, _ := this.module.GetUserSession(req.TargetId)
|
tsession, _ := this.module.GetUserSession(req.TargetId)
|
||||||
go this.module.AsynHandleSession(tsession, func(session comm.IUserSession) {
|
go this.module.AsynHandleSession(tsession, func(session comm.IUserSession) {
|
||||||
this.module.ModuleBuried.TriggerBuried(session, tasks...)
|
this.module.ModuleBuried.TriggerBuried(session, tasks...)
|
||||||
|
Loading…
Reference in New Issue
Block a user