From 7b61fbff142cd4cb56e1ea5a6b465a302fa441d9 Mon Sep 17 00:00:00 2001 From: duhui Date: Wed, 27 Jul 2022 16:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E5=BA=A6=E6=8E=92=E8=A1=8C=E6=A6=9C?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 7 +++++++ protos/MessageTypeProto.proto | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index ff16514..7ae70c2 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -580,4 +580,11 @@ import "CommonProto.proto"; optional int32 heroTid = 2; // 英雄模板id } + message userLikeHeroRankInfoRequest{ + optional int32 rankSubId = 1; // 排行榜子页签id + } + + message userLikeHeroRankInfoResponse{ + repeated int32 heroTid = 1; // 英雄id + } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 6eeb9c6..27c9411 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1482,6 +1482,10 @@ enum MessageType{ LIKE_HERO_RANK_REQUEST = 3050090; LIKE_HERO_RANK_RESPONSE = 3050091; + //用户点赞排行榜记录 + USER_LIKE_HERO_RANK_INFO_REQUEST = 3050093; + USER_LIKE_HERO_RANK_INFO_RESPONSE = 3050094; + //==========================================================800000起为global 协议========================================================== GetWorldServerRequest = 800001;//获取世界服ip