热度排行榜协议补充

master_huanxiang
duhui 2022-07-27 16:47:02 +08:00
parent f3e8cf764a
commit 7b61fbff14
2 changed files with 11 additions and 0 deletions

View File

@ -580,4 +580,11 @@ import "CommonProto.proto";
optional int32 heroTid = 2; // id optional int32 heroTid = 2; // id
} }
message userLikeHeroRankInfoRequest{
optional int32 rankSubId = 1; // id
}
message userLikeHeroRankInfoResponse{
repeated int32 heroTid = 1; // id
}

View File

@ -1482,6 +1482,10 @@ enum MessageType{
LIKE_HERO_RANK_REQUEST = 3050090; LIKE_HERO_RANK_REQUEST = 3050090;
LIKE_HERO_RANK_RESPONSE = 3050091; LIKE_HERO_RANK_RESPONSE = 3050091;
//
USER_LIKE_HERO_RANK_INFO_REQUEST = 3050093;
USER_LIKE_HERO_RANK_INFO_RESPONSE = 3050094;
//==========================================================800000global ========================================================== //==========================================================800000global ==========================================================
GetWorldServerRequest = 800001;//ip GetWorldServerRequest = 800001;//ip