diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 49f4d4c..9104db9 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -87,6 +87,7 @@ import "CommonProto.proto"; message ChampionGetWorldRankRequest{ optional int32 page = 1; + optional int32 type=2; // 0 默认世界排行榜 1 :小组 } message ChampionGetWorldRankResponse{