十绝阵协议修改
parent
f30caed97d
commit
5fdaade433
|
|
@ -1137,6 +1137,8 @@ enum MessageType{
|
|||
|
||||
GetDeathPathFirstRequest = 900013;
|
||||
|
||||
GetDeathPathRewardRequest = 900014;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -125,6 +125,25 @@ import "CommonProto.proto";
|
|||
message GetDeathPathFirstResponse{
|
||||
repeated EvertDeathPath deathPathInfo = 1;
|
||||
}
|
||||
message GetDeathPathRewardRequest{
|
||||
optional int32 groupId =1;
|
||||
optional int32 guildId = 2;
|
||||
}
|
||||
message GetDeathPathRewardResponse{
|
||||
optional int32 rankTotal = 1;
|
||||
}
|
||||
|
||||
message GuildRank{
|
||||
optional int32 guildId = 1;
|
||||
optional int32 rank = 2;
|
||||
}
|
||||
//服务器整个结算
|
||||
message DeathPathWorldRewardRequest{
|
||||
optional int32 groupId =1;
|
||||
}
|
||||
message DeathPathWorldRewardResponse{
|
||||
repeated GuildRank ranks = 1;//所有需要发奖的公会id
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue