From 0364d1d95f8adfb11aa308ee1072eee9fe38ea94 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 24 Aug 2019 23:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E5=9B=BE=E8=85=BE=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=EF=BC=8C=E5=85=AC=E4=BC=9A=E6=88=98=E7=BB=A9=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + protos/Family.proto | 4 ++++ protos/MessageTypeProto.proto | 6 +++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index eb16de9..9b243d8 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -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;//公会战战绩 } //无尽副本英雄信息 diff --git a/protos/Family.proto b/protos/Family.proto index fd064c4..7a00a58 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -284,4 +284,8 @@ import "CommonProto.proto"; message DefeatResponse{ optional int32 uid = 1; } + //修改工会图腾 + message changeIconRequest{ + optional int32 iconId = 1; + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 8b49d98..a064837 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -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;