热度排行榜协议补充
parent
f3e8cf764a
commit
7b61fbff14
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue