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