From 66c83402e00f68fa627bdc377482d83fe16e0d64 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 7 Dec 2020 18:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=81=E7=BB=9D=E9=98=B5=E6=8E=92=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/gtwprotos/WorldProto.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/protos/gtwprotos/WorldProto.proto b/protos/gtwprotos/WorldProto.proto index ad5904f..72c3b3b 100644 --- a/protos/gtwprotos/WorldProto.proto +++ b/protos/gtwprotos/WorldProto.proto @@ -73,4 +73,13 @@ import "CommonProto.proto"; optional int32 totalForce =3;//指定服玩家实时战力 } + message GetRankRequest{ + optional int32 type = 1;//种类id + optional int32 acitvityId = 2;//活动id + optional int32 crossId =3;//大区id + } + message GetRankResponse{ + repeated rpc.protocols.UserRank ranks = 1; + optional rpc.protocols.RankInfo myRankInfo = 2; + } \ No newline at end of file