潜能协议

master_otnew
PC-202302260912\Administrator 2023-09-25 18:12:13 +08:00
parent e689a81a9b
commit 82ce751ae4
2 changed files with 24 additions and 23 deletions

View File

@ -617,4 +617,28 @@ message GiftEquipWearRequest{
optional int32 operate = 1;//1穿2
optional string role = 2;//0id
repeated int32 giftIds = 3;//id
}
//
message PotentialUpLvRequest{
optional string heroId = 1;// id
optional int32 type = 2;//
}
message PotentialBatchUpLvRequest{
optional string heroId = 1; // id
optional int32 type = 2; //
}
message PotentialInfoResponse{
optional int32 upLv = 1; //
optional int32 giftLv = 2; //
}
message PotentialBackLvRequest{
optional string heroId = 1;// id
}
message PotentialBackLvResponse{
optional Drop drop = 1;
}

View File

@ -93,8 +93,6 @@ message GetPlayerInfoResponse{
repeated FaBaoSoulInfo FaBaoSoulInfos = 50;//
repeated LifeGridInfo lifeGridInfos = 51;//
repeated int32 giftIds = 52;//
optional int32 potentialUpLv = 53;//
optional int32 potentialGiftLv = 54;//
}
@ -1384,25 +1382,4 @@ message GemNewDrawResponse{
message GemNewInfoResponse{
repeated GemNew gems = 1;
}
//
message PotentialUpLvRequest{
optional int32 type = 1;//
}
message PotentialBatchUpLvRequest{
optional int32 type = 1;//
}
message PotentialInfoResponse{
optional int32 upLv = 1;//
optional int32 giftLv = 2;//
}
message PotentialBackLvRequest{
}
message PotentialBackLvResponse{
optional Drop drop = 1;
}