英雄热度排行榜

master_huanxiang
duhui 2022-07-22 17:51:13 +08:00
parent 083f9dcd13
commit f3e8cf764a
2 changed files with 7 additions and 1 deletions

View File

@ -575,5 +575,9 @@ import "CommonProto.proto";
optional int32 propId = 2; // id (HeroConfigPropertyName) optional int32 propId = 2; // id (HeroConfigPropertyName)
} }
message LikeHeroRankRequest{
optional int32 rankSubId = 1; // id
optional int32 heroTid = 2; // id
}

View File

@ -1478,7 +1478,9 @@ enum MessageType{
GET_COMPARENUM_INFO_RESPONSE = 3050089; GET_COMPARENUM_INFO_RESPONSE = 3050089;
//
LIKE_HERO_RANK_REQUEST = 3050090;
LIKE_HERO_RANK_RESPONSE = 3050091;
//==========================================================800000global ========================================================== //==========================================================800000global ==========================================================