鸿蒙协议修改

master_huanxiang
jiahuiwen 2020-12-16 10:07:33 +08:00
parent 88d333c4d3
commit c250bdea23
2 changed files with 5 additions and 13 deletions

View File

@ -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{
}

View File

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