From 5cde7ab0885b226e1c58c540bbb5d097350c10c6 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 28 Nov 2019 15:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=8E=92=E8=A1=8C=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 4ed9903..5d87889 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -400,6 +400,9 @@ enum MessageType{ GET_LUCKWHEEL_REQUEST = 1670;//幸运探宝 GET_LUCKWHEEL_RESPONSE = 1671; + GET_ONE_RANK_REQUEST = 16662;//排行榜统一协议 + GET_ONE_RANK_RESPONSE = 16663; + // H 10700 HERO_RAND_REQQUEST = 10701;