排行榜第一名信息,膜拜信息协议

master_huanxiang
lvxinran 2020-06-05 11:22:10 +08:00
parent 85d0661780
commit 4bfcb2ed1a
2 changed files with 18 additions and 0 deletions

View File

@ -699,7 +699,12 @@ enum MessageType{
REFRESH_RECHARGE_INDICATION = 11755;//
RANK_GET_FIRST_REQUEST = 11756;//
RANK_GET_FIRST_RESPONSE = 11757;
RANK_PROUD_REQUEST = 11758;//
RANK_PROUD_RESPONSE = 11759;
// S 11800
SUCCESS_RESPONSE = 11800; //

View File

@ -648,6 +648,19 @@ import "CommonProto.proto";
repeated UserRank ranks = 1;
optional RankInfo myRankInfo = 2;
}
message RankFirstRequest{
repeated int32 types = 1;//id
}
message RankFirstResponse{
repeated UserRank ranks = 1;//
repeated int32 proud = 2;// 0 1
}
message RankProudRequest{
optional int32 rankType = 1;//Id
}
message RankProudResponse{
optional Drop drop = 1;//
}
message NextActivityRequest{
optional int32 activityId = 1;
}