身外化身功能

master_huanxiang
duhui 2021-11-16 16:08:03 +08:00
parent 2e99b61df7
commit 52e7d63256
3 changed files with 24 additions and 3 deletions

View File

@ -1171,3 +1171,9 @@ option optimize_for = SPEED;
optional int32 leaveGetRewardDays = 3; //
}
//
message TransformationCardInfo{
optional int32 id = 1;//id
optional int32 index = 2;//
optional int32 status = 3;//
}

View File

@ -481,9 +481,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

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