From df02ffb4eba2ecab1a6fe82438d320e8d0cb9620 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 18 Mar 2024 17:39:01 +0800 Subject: [PATCH] 1 --- server/matchserver/team/team.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/matchserver/team/team.go b/server/matchserver/team/team.go index a2b05b33..02d19aaf 100644 --- a/server/matchserver/team/team.go +++ b/server/matchserver/team/team.go @@ -273,7 +273,7 @@ func (this *team) genStartGameInfo() { } } 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.Payload = proto.String(payload) }