Task【新战斗版本】公会援助 协议提交

master_huanxiang
zhangshanxue 2020-05-13 09:50:04 +08:00
parent 6d9e76bf0f
commit 265a5642cc
2 changed files with 11 additions and 2 deletions

View File

@ -479,6 +479,7 @@ import "CommonProto.proto";
optional bool sendMessage = 2;
}
message GuildSendHelpResponse{
optional bool sendMessage = 1;
}
message GuildTakeHelpRewardRequest{//
@ -491,6 +492,7 @@ import "CommonProto.proto";
message GuildSendHelpMessageRequest{//
}
message GuildSendHelpMessageResponse{
optional bool sendMessage = 1;
}
@ -501,7 +503,7 @@ import "CommonProto.proto";
}
message GuildHelpInfoIndication{ //5
optional int32 guildHelpTime =1 ; //
optional int32 uid = 1;//uid
repeated GuildHelpInfo guildHelpInfo = 2;//
}
@ -512,5 +514,11 @@ import "CommonProto.proto";
message GuildHelpHelpOtherResponse{
}
message GuildHelpGetAllRequest{ //
}
message GuildHelpGetAllResponse{
repeated GuildHelpInfoIndication guildHelpInfoIndication = 1;//
}

View File

@ -941,7 +941,8 @@ enum MessageType{
GuildHelpHelpOtherResponse = 303310;
GuildHelpInfoIndication = 303311; //5
GuildHelpGetAllRequest = 303312 ; //
GuildHelpGetAllRResponse = 303313 ;
}