master_huanxiang
zhangshanxue 2019-09-28 16:32:37 +08:00
commit 1653479c68
1 changed files with 6 additions and 1 deletions

View File

@ -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;//
}