1
This commit is contained in:
parent
bbafbf2803
commit
df02ffb4eb
@ -273,7 +273,7 @@ func (this *team) genStartGameInfo() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
sign := q5.Md5Str(q5.EncodeJson(&startInfo) + "520d8eAbB(8cf1^#$^&!@d833a42c820432PDAFE^^)")
|
sign := q5.Md5Str(q5.EncodeJson(&startInfo) + "520d8eAbB(8cf1^#$^&!@d833a42c820432PDAFE^^)")
|
||||||
payload := "normal_room:" + sign + "|" + q5.EncodeJson(&startInfo)
|
payload := sign + ":" + "normal_room|" + q5.EncodeJson(&startInfo)
|
||||||
this.stateNotifyMsg.JoinMsg.TeamUuid = proto.String(this.GetTeamUuid())
|
this.stateNotifyMsg.JoinMsg.TeamUuid = proto.String(this.GetTeamUuid())
|
||||||
this.stateNotifyMsg.JoinMsg.Payload = proto.String(payload)
|
this.stateNotifyMsg.JoinMsg.Payload = proto.String(payload)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user