From 56e5a0b9522ee6b258d8d343bec0ecd3cd0ac14e Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 28 Nov 2019 16:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 7d7f302..0aa2672 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -437,6 +437,15 @@ option optimize_for = SPEED; optional TowerRankInfo towerRankInfo = 5; optional int32 headFrame = 6;//头像框 } + + + message RankInfo{ + optional int32 rank = 1; + optional int32 param1 = 2; + optional int32 param2 = 3; + optional int32 param3 = 4; + } + message UserRank{ optional int32 uid = 1; optional int32 level = 2; @@ -445,12 +454,7 @@ option optimize_for = SPEED; optional RankInfo rankInfo = 5; optional int32 headFrame = 6;//头像框 } - message RankInfo{ - optional int32 rank = 1; - optional int32 param1 = 2; - optional int32 param2 = 3; - optional int32 param3 = 4; - } +