查看他人主角礼物等级
parent
62e1354ac1
commit
7c8f52f5f8
|
@ -685,21 +685,21 @@ message MailDelRequest{
|
|||
repeated string mailId = 1;
|
||||
}
|
||||
|
||||
|
||||
message ViewHeroInfoRequest{
|
||||
optional int32 targetUid = 1;
|
||||
optional string heroId = 2 ;// 动态id
|
||||
optional int32 serverId = 3;
|
||||
optional int32 teamId = 4;//队伍id
|
||||
}
|
||||
|
||||
message ViewHeroInfoResponse{
|
||||
optional Hero hero = 1;
|
||||
repeated Equip equip = 2; // 英雄所穿装备、魂印、法宝
|
||||
repeated SpecialEffects SpecialEffects = 3;//属性信息
|
||||
optional int32 force = 4 ; //战力
|
||||
optional int32 guildSkill = 5;//公会技能
|
||||
optional int32 playerGiftLv = 6;//主角礼物等级
|
||||
}
|
||||
|
||||
message RankRequest{
|
||||
optional int32 type = 1;//排行榜类型
|
||||
optional int32 activiteId = 2;//活动id
|
||||
|
@ -713,7 +713,6 @@ message RankResponse{
|
|||
message RankFirstRequest{
|
||||
repeated int32 types = 1;//传入排行榜类型id
|
||||
repeated int32 activiteId = 2;//活动id
|
||||
|
||||
}
|
||||
message RankFirstResponse{
|
||||
repeated UserRank ranks = 1;//第一名用户信息
|
||||
|
|
Loading…
Reference in New Issue