From e0cdfbaea8df1fa7fbedcea13f5970139b9c82e9 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 10 Jan 2020 14:17:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=BA=A2=E5=8C=85=E5=8F=91=E9=80=81?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 6c96e8d..c5c95bd 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -722,6 +722,7 @@ option optimize_for = SPEED; optional int32 isGet = 3; //本人是否已领取过 optional int32 getCount = 4;//已领取个数 optional int32 redType = 5;//红包类型Id,对应表中ID + optional int32 sendTime = 6;//发送时间 } message RedOneDetail{ optional int32 uid = 1; From a9b6874d9068537422919ab8bef35e8ae049f3d7 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Fri, 10 Jan 2020 15:37:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B7=A5=E4=BC=9A=E7=BA=A2=E5=8C=85?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=85=AC=E4=BC=9A=E8=81=8C=E4=BD=8D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index c5c95bd..ebfab13 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -732,6 +732,7 @@ option optimize_for = SPEED; optional int32 time = 5; optional int32 count = 6; optional int32 itemId = 7; + optional int32 position = 8;//公会职位 } message ExpeditionSimpleBossInfo{