Merge branch 'master' into master_test

zhangshanxue 2020-07-25 12:40:07 +08:00
commit 1ace57ac1b
2 changed files with 7 additions and 0 deletions

View File

@ -172,6 +172,8 @@ import "CommonProto.proto";
repeated int32 trialRewardInfo = 7;//
optional int32 killCount = 8;//
optional int32 bombUsed = 9;//使
}

View File

@ -23,6 +23,7 @@ import "CommonProto.proto";
optional string openId =10; //openID
optional string channel_s=11; // ID
optional string platform_s=12;//
optional string distinct_id = 13;//访id
}
message LoginResponse{
@ -68,6 +69,8 @@ import "CommonProto.proto";
repeated MonthCardInfo monthinfos = 29;//
repeated int32 dailyChallengeInfo = 30;//
optional int32 expeditionLeve =31 ; // -1
optional int32 hadLuckTime = 32;//
optional int32 hadAdvanceLuckTime = 33;//
}
@ -382,6 +385,8 @@ import "CommonProto.proto";
optional int32 lastFeteType =11 ; // // 5
repeated int32 takeFeteReward =12 ; //
optional int32 expeditionLeve =13 ; // -1
optional int32 hadLuckTime = 14;//
optional int32 hadAdvanceLuckTime = 15;//
}