parent
495437ed65
commit
b9f9263ef3
|
|
@ -874,15 +874,6 @@ option optimize_for = SPEED;
|
|||
optional int32 skinId = 1;
|
||||
optional int32 overTime = 2;
|
||||
}
|
||||
//玩家皮肤信息
|
||||
message UserSkinInfo{
|
||||
optional int32 skinId = 1;
|
||||
optional int32 overTime = 2;
|
||||
}
|
||||
//玩家称号信息
|
||||
message UserTitleInfo{
|
||||
optional int32 titleId = 1;
|
||||
optional int32 overTime = 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
@ -1146,14 +1146,6 @@ enum MessageType{
|
|||
// 使用头像框
|
||||
UseHeadFrameRequest = 303901;
|
||||
UseHeadFrameResponse = 303902;
|
||||
|
||||
// 手动激活玩家皮肤
|
||||
ActiveUserSkinRequest = 303903;
|
||||
ActiveUserSkinResponse = 303904;
|
||||
|
||||
// 手动激活玩家称号
|
||||
ActiveUserTitleRequest = 303905;
|
||||
ActiveUserTitleResponse = 303906;
|
||||
|
||||
//800000起为global 协议
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
|
|
|
|||
|
|
@ -75,8 +75,6 @@ import "CommonProto.proto";
|
|||
optional int32 worldLeve = 34;//世界等级
|
||||
repeated int32 DemonsTrialRewardInfo = 35;//心魔试炼已领取奖励信息
|
||||
repeated HeadFrameList headFrameBag = 36;//头像框背包
|
||||
repeated UserSkinInfo userSkinList = 37;//玩家皮肤信息
|
||||
repeated UserTitleInfo userTitleList = 38;//玩家称号信息
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -795,18 +793,4 @@ import "CommonProto.proto";
|
|||
optional int32 validTime = 1;//到期时间
|
||||
}
|
||||
message LoginConfirmRequest{
|
||||
}
|
||||
// 手动激活玩家皮肤
|
||||
message ActiveUserSkinRequest{
|
||||
optional int32 skinId = 1;//玩家皮肤id
|
||||
}
|
||||
message ActiveUserSkinResponse{
|
||||
optional int32 validTime = 1;//到期时间
|
||||
}
|
||||
// 手动激活玩家称号
|
||||
message ActiveUserTitleRequest{
|
||||
optional int32 titleId = 1;//玩家皮肤id
|
||||
}
|
||||
message ActiveUserTitleResponse{
|
||||
optional int32 validTime = 1;//到期时间
|
||||
}
|
||||
Loading…
Reference in New Issue