master_huanxiang
parent
db64cb4e00
commit
c0fbf5bbce
|
|
@ -543,10 +543,18 @@ message TakeSenvenScoreRewardResponse{
|
|||
optional Drop drop = 1;
|
||||
}
|
||||
|
||||
|
||||
message UpdateStateRequest{
|
||||
optional int32 type = 1; // 类型信息 1 : 七日狂欢领取活动
|
||||
}
|
||||
|
||||
message UpdateUserExpIndicaiton{
|
||||
optional int32 level = 1 ;// 玩家等级
|
||||
optional int64 exp = 2 ; // 玩家经验
|
||||
optional Drop drop = 3; // 玩家升级给的道具
|
||||
}
|
||||
|
||||
|
||||
message UpdateSecretBoxSeasonIndication{
|
||||
optional int32 newSeasonId = 1 ;// 新的赛季id id=0 代表功能已关闭
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue