1
This commit is contained in:
parent
879287447a
commit
88a9f45c46
@ -96,6 +96,7 @@ message MFPagination
|
||||
message MFCreateTeamParams
|
||||
{
|
||||
optional int32 map_id = 1; //地图id
|
||||
optional int32 mode_id = 2; //地图mapMode表.id
|
||||
}
|
||||
|
||||
//加入队伍参数
|
||||
@ -139,6 +140,7 @@ message MFTeam
|
||||
optional string team_uuid = 1; //队伍唯一id
|
||||
repeated MFTeamMember members = 2; //成员信息
|
||||
optional int32 map_id = 4; //地图id
|
||||
optional int32 mode_id = 5; //地图mapMode表.id
|
||||
}
|
||||
|
||||
//登录
|
||||
@ -294,6 +296,7 @@ message SMChooseHero
|
||||
message CMChooseMap
|
||||
{
|
||||
optional int32 map_id = 1; //地图id
|
||||
optional int32 mode_id = 2; //地图mapMode表.id
|
||||
}
|
||||
|
||||
message SMChooseMap
|
||||
|
@ -50,7 +50,7 @@ func (this *teamMgr) genTeamUuid(zoneId int32, nodeId int32, copyIdx int32) stri
|
||||
func (this *teamMgr) internalGenTeamUuid(zoneId int32, nodeId int32, copyIdx int32) string {
|
||||
this.curIdx++
|
||||
teamUuid := q5.ToString(nodeId) + "_" + q5.ToString(zoneId) + "_" + q5.ToString(copyIdx) + "_" +
|
||||
q5.Md5Str(q5.ToString(f5.GetApp().NewUuid()) + q5.ToString(f5.GetApp().GetPid()) +
|
||||
q5.Md5Str(q5.ToString(f5.GetApp().NewGlobalUuid()) + q5.ToString(f5.GetApp().GetPid()) +
|
||||
q5.ToString(this.curIdx) +
|
||||
mt.Table.MatchCluster.GetIp() + "520d8eAbB(8cf1^#$^&!@d833a42c820432PDAFE^^)")
|
||||
return teamUuid
|
||||
|
Loading…
x
Reference in New Issue
Block a user