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