From 802ea0c24f65628b572a4fbd13981d653d7c8b22 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 11 Jul 2019 14:51:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E7=82=BC=E6=8E=92=E8=A1=8C=E6=A6=9C?= =?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/MapInfoProto.proto | 3 --- 1 file changed, 3 deletions(-) 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;