修改名称
parent
bcbab8834d
commit
8a76db460c
|
@ -88,7 +88,7 @@ import "CommonProto.proto";
|
|||
|
||||
message GetAdventureStateInfoResponse{
|
||||
repeated AdventureStateInfo adventureStateInfoList = 1;
|
||||
optional int32 bossFindNextTime = 2; //boss发现下次时间(下次请求刷新发现boss ADVENTURE_FLUSH_BOSS_REQUEST)
|
||||
optional int32 nextBossFlushTime = 2; //boss发现下次时间(下次请求刷新发现boss ADVENTURE_FLUSH_BOSS_REQUEST)
|
||||
optional int32 buyTimsPerDay =3; // 每日已消耗材料快速领取挂机奖励次数
|
||||
optional int32 dayChallengeTimes =4;// 每日已消耗挑战次数
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ import "CommonProto.proto";
|
|||
optional FightData fightData =2 ;// 战斗数据
|
||||
}
|
||||
|
||||
message AdventureBoosFlushResponse{
|
||||
message AdventureBossFlushResponse{
|
||||
optional AdventureBossSimpleInfo adventureBossSimpleInfo =1 ;
|
||||
optional int32 nextFlushTime = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue