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