diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index ffc1ab3..12b359c 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -235,9 +235,6 @@ import "CommonProto.proto"; } //查看试炼排行榜信息 - message TowerRankRequest{ - optional int32 page = 1; - } message TowerRankResponse{ //排行榜 repeated TowerRank towerRanks = 1;