挂机推送
parent
d83f2a8d3c
commit
ff151b470d
|
|
@ -140,6 +140,7 @@ option optimize_for = SPEED;
|
|||
optional string bossId =2;
|
||||
optional int32 bossGroupId =3;
|
||||
optional int32 remainTime =4;
|
||||
optional string findUserName = 5 ;// 发现者名字
|
||||
}
|
||||
|
||||
message AdventureStateInfo{
|
||||
|
|
|
|||
|
|
@ -154,5 +154,9 @@ import "CommonProto.proto";
|
|||
optional AdventureRankItemInfo myInfo =2;
|
||||
}
|
||||
|
||||
message AdventureBossFindIndication{
|
||||
optional AdventureBossSimpleInfo adventureBossSimpleInfo =1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -59,6 +59,8 @@ enum MessageType{
|
|||
ADVENTURE_FLUSH_BOSS_REQUEST = 10032; //刷新我发现boss状态信息
|
||||
ADVENTURE_FLUSH_BOSS_RESPONSE = 10033;
|
||||
|
||||
ADVENTURE_BOSS_FIND_INDICATION = 10044; //挂机boss分享到世界推送消息
|
||||
|
||||
// B 10100
|
||||
BUY_STORE_ITEM_REQUEST = 10100; // 购买商店物品
|
||||
BUY_STORE_ITEM_RESPONSE = 10101;
|
||||
|
|
|
|||
Loading…
Reference in New Issue