Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
2af3780258
|
|
@ -148,6 +148,7 @@ import "CommonProto.proto";
|
|||
optional FightData fightData =2;
|
||||
optional int32 fightResult = 3;// 是否被击杀 1:击杀 0:未击杀
|
||||
optional int32 consumeFightTimes = 4; //本次消耗次数
|
||||
optional string killRewards = 5 ; //击杀奖励
|
||||
}
|
||||
|
||||
message AdventureBossShareRequest{
|
||||
|
|
|
|||
|
|
@ -153,6 +153,8 @@ import "CommonProto.proto";
|
|||
optional int32 starNum = 3;
|
||||
// 爬塔副本信息
|
||||
optional TowerCopyInfo towerCopyInfo = 4;
|
||||
//已经玩过普通副本地图id
|
||||
repeated int32 playedGenMapId = 5;
|
||||
}
|
||||
|
||||
// 查看排行榜
|
||||
|
|
|
|||
Loading…
Reference in New Issue