Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
1653479c68
|
@ -51,7 +51,7 @@ import "CommonProto.proto";
|
|||
repeated int32 equipHandBook = 12;//装备图鉴
|
||||
repeated int32 towerReceivedReward = 13;//试炼已领取奖励层数
|
||||
repeated GoodsTypeDuration goodsTypeDuration = 14; // 已购买商品结束时间
|
||||
optional int32 treasureScore = 15; // 孙龙的宝藏分数
|
||||
optional int32 treasureLevel = 15; // 孙龙的宝藏等级
|
||||
optional int32 hadBuyTreasure = 16; // 是否购买孙龙的宝藏
|
||||
optional SignInInfo SignInInfo =17;//签到
|
||||
optional int32 firstTenth = 18;//首次十连是否用过
|
||||
|
@ -594,4 +594,9 @@ import "CommonProto.proto";
|
|||
optional int32 duration = 3;//挂机时长
|
||||
repeated AdventureBossSimpleInfo adventureBossSimpleInfo =4;
|
||||
}
|
||||
//快速购买孙龙宝藏等级
|
||||
message QuickBuyTreasureLevelRequest{
|
||||
optional int32 level = 1;//最终升到的等级
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue