鸿蒙协议修改
parent
88d333c4d3
commit
c250bdea23
|
@ -287,15 +287,13 @@ import "CommonProto.proto";
|
|||
message OpenResonanceRequest {
|
||||
optional int32 gridId = 1; // 格子id
|
||||
}
|
||||
message OpenResonanceResponse {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// 共鸣
|
||||
message ResonanceRequest{
|
||||
optional string heroId = 1; // 需要共鸣的神将id
|
||||
optional int32 gridId = 2; // 格子id
|
||||
optional int32 type = 3; // 1:共鸣 2:卸下共鸣神将
|
||||
optional int32 type = 3; // 1:共鸣 2:卸下共鸣神将 3:卸下鸿蒙使者
|
||||
}
|
||||
message ResonanceResponse{
|
||||
optional int32 leftTime = 1; // 如果是卸下,返回倒计时 单位 秒
|
||||
|
@ -308,9 +306,3 @@ import "CommonProto.proto";
|
|||
message CleanResonanceTimeResponse{
|
||||
optional int32 gridId = 2; // 格子id
|
||||
}
|
||||
|
||||
// 升级鸿蒙碑
|
||||
message UpgradeHongmengTabletResponse{
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ import "CommonProto.proto";
|
|||
optional string str = 2;
|
||||
}
|
||||
|
||||
// 共鸣信息
|
||||
// 鸿蒙守卫、鸿蒙使者、共鸣信息
|
||||
message HongmengHeroInfo{
|
||||
optional int32 gridId = 1; // 共鸣格子
|
||||
optional string heroId = 2; // 共鸣神将id
|
||||
|
@ -84,8 +84,8 @@ import "CommonProto.proto";
|
|||
optional int32 expeditionLeve =31 ; //猎妖之路阶段 -1 待选择
|
||||
optional int32 hadLuckTime = 32;//幸运探宝次数
|
||||
optional int32 hadAdvanceLuckTime = 33;//高级幸运探宝次数
|
||||
repeated string hongmengGuards = 34; // 鸿蒙守卫
|
||||
repeated HongmengHeroInfo hongmengHeroInfos = 35;
|
||||
repeated HongmengHeroInfo hongmengGuards = 34; // 鸿蒙守卫、鸿蒙使者
|
||||
repeated HongmengHeroInfo hongmengHeroInfos = 35; // 共鸣区信息
|
||||
optional int32 hongmengTablet = 36; // 鸿蒙碑开启后等级
|
||||
repeated HongmengAddition hongmengAdditions = 37; // 共鸣加成
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue