戒灵秘宝推送
parent
22a542dd49
commit
5f940182dc
|
@ -664,5 +664,9 @@ option optimize_for = SPEED;
|
|||
optional int32 luckId = 2;//配置表id
|
||||
optional int32 luckTimes = 3;//中奖数
|
||||
}
|
||||
message RefreshTask{
|
||||
optional int32 type = 1;//任务类型 1、每日 2、每周 3、每周期(每月)
|
||||
repeated int32 taskIds = 2;
|
||||
}
|
||||
|
||||
|
|
@ -646,6 +646,8 @@ enum MessageType{
|
|||
|
||||
TO_BE_STRONGER_REQUEST = 11914;//我要变强
|
||||
TO_BE_STRONGER_RESPONSE = 11915;
|
||||
|
||||
TREASURE_REFRESH_INDICATION = 11916;//戒灵秘宝刷新推送
|
||||
|
||||
// U 12000
|
||||
UP_HERO_LEVEL_REQUEST = 12000; // 升级或突破
|
||||
|
|
|
@ -598,5 +598,8 @@ import "CommonProto.proto";
|
|||
message QuickBuyTreasureLevelRequest{
|
||||
optional int32 level = 1;//最终升到的等级
|
||||
}
|
||||
message TreasureRefreshIndication{
|
||||
repeated RefreshTask tasks = 1;//刷新任务信息
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue