Merge branch '开发/dev_dh' into master_test_gn

master_huanxiang
duhui 2021-11-25 18:15:01 +08:00
commit 0c77b925ff
3 changed files with 24 additions and 4 deletions

View File

@ -1181,6 +1181,12 @@ option optimize_for = SPEED;
optional int32 level = 2;//
}
//
message TransformationCardInfo{
optional int32 id = 1;//id
optional int32 index = 2;//
optional int32 status = 3;//
}
//
message LingMaiSecret{
optional int32 id = 1; //id
@ -1200,4 +1206,3 @@ option optimize_for = SPEED;
optional string defServerName = 7;//
}

View File

@ -487,9 +487,16 @@ import "CommonProto.proto";
}
//
message GetTransformationRequest{
}
message GetTransformationResponse{
repeated TransformationCardInfo list = 1;//
}
message UpOrDownTransformationRequest{
optional int32 id = 1;//id
optional int32 index = 2;//
}

View File

@ -1348,6 +1348,14 @@ enum MessageType{
//
RidingSwardInfoResponse = 3050017;
//
GetTransformationRequest = 3050020;
GetTransformationResponse = 3050021;
UpOrDownTransformationRequest = 3050022;
//
WeekCardInfoRequest = 3050030;
WeekCardInfoResponse = 3050031;