Merge branch 'master' into master_test
commit
1ace57ac1b
|
|
@ -172,6 +172,8 @@ import "CommonProto.proto";
|
|||
repeated int32 trialRewardInfo = 7;//试炼领奖信息
|
||||
|
||||
optional int32 killCount = 8;//已杀小怪数量
|
||||
|
||||
optional int32 bombUsed = 9;//炸弹已使用次数
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;//高级幸运探宝次数
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue