礼物协议
parent
5bf17e2680
commit
4059b34035
|
|
@ -127,6 +127,7 @@ option optimize_for = SPEED;
|
|||
optional int32 equipAdvanceLv = 22;//英雄装备突破等级
|
||||
|
||||
repeated string faxiang = 23;//法相id
|
||||
repeated int32 giftIds = 24;//礼物装备列表
|
||||
}
|
||||
|
||||
message PokemonInfo{
|
||||
|
|
|
|||
|
|
@ -617,12 +617,4 @@ message GiftEquipWearRequest{
|
|||
optional int32 operate = 1;//1:穿,2:脱
|
||||
optional string role = 2;//对象,0是主角,其他用英雄唯一id
|
||||
repeated int32 giftIds = 3;//礼物id列表
|
||||
}
|
||||
|
||||
message GiftEquipInfoRequest{
|
||||
optional string role = 1;//0是主角,其他用英雄唯一id
|
||||
}
|
||||
|
||||
message GiftEquipInfoResponse{
|
||||
repeated int32 giftIds = 1;//礼物id列表
|
||||
}
|
||||
|
|
@ -1646,8 +1646,6 @@ enum MessageType{
|
|||
// 礼物
|
||||
GiftEquipWearRequest = 6000007;
|
||||
GiftEquipWearResponse = 6000008;
|
||||
GiftEquipInfoRequest = 6000009;
|
||||
GiftEquipInfoResponse = 6000010;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ message GetPlayerInfoResponse{
|
|||
repeated PracticeSkillInfo practiceSkillInfos = 49;//修行技能数据
|
||||
repeated FaBaoSoulInfo FaBaoSoulInfos = 50;//法宝之魂数据
|
||||
repeated LifeGridInfo lifeGridInfos = 51;//命格数据
|
||||
repeated int32 giftIds = 52;//礼物装备列表
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue