公会图腾协议,公会战绩协议
parent
5025a1effb
commit
0364d1d95f
|
|
@ -495,6 +495,7 @@ option optimize_for = SPEED;
|
|||
optional int32 joinType = 8; //加入类型 1:直接加入 2:申请加入 3:禁止加入
|
||||
optional int32 icon = 9; // 公会图标
|
||||
optional int32 levelTime=10; //解散公会开始时间
|
||||
repeated int32 fightResult = 11;//公会战战绩
|
||||
}
|
||||
|
||||
//无尽副本英雄信息
|
||||
|
|
|
|||
|
|
@ -284,4 +284,8 @@ import "CommonProto.proto";
|
|||
message DefeatResponse{
|
||||
optional int32 uid = 1;
|
||||
}
|
||||
//修改工会图腾
|
||||
message changeIconRequest{
|
||||
optional int32 iconId = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -270,7 +270,11 @@ enum MessageType{
|
|||
|
||||
FAMILY_FIGHT_TOTAL_RESULT_REQUEST = 10577;//公会战总战绩
|
||||
FAMILY_FIGHT_TOTAL_RESULT_RESPONSE = 10578;
|
||||
|
||||
|
||||
FAMILY_CHANGE_ICON_REQUEST = 10579;//修改公会图腾
|
||||
FAMILY_CHANGE_ICON_RESPONSE = 10580;
|
||||
|
||||
|
||||
// G 10600
|
||||
GET_PLAYERINFO_REQUEST = 10600; //
|
||||
GET_PLAYERINFO_RESPONSE = 10601;
|
||||
|
|
|
|||
Loading…
Reference in New Issue