潜能协议

master_otnew
PC-202302260912\Administrator 2023-09-27 15:57:49 +08:00
parent 51353e879f
commit da7dedb824
2 changed files with 3 additions and 9 deletions

View File

@ -623,11 +623,7 @@ message GiftEquipWearRequest{
message PotentialUpLvRequest{ message PotentialUpLvRequest{
optional string heroId = 1;// id optional string heroId = 1;// id
optional int32 type = 2;// optional int32 type = 2;//
} optional int32 upLv = 3;//
message PotentialBatchUpLvRequest{
optional string heroId = 1; // id
optional int32 type = 2; //
} }
message PotentialInfoResponse{ message PotentialInfoResponse{

View File

@ -1650,10 +1650,8 @@ enum MessageType{
// //
PotentialUpLvRequest = 6000009; PotentialUpLvRequest = 6000009;
PotentialUpLvResponse = 6000010; PotentialUpLvResponse = 6000010;
PotentialBatchUpLvRequest = 6000011; PotentialBackLvRequest = 6000011;
PotentialBatchUpLvResponse = 6000012; PotentialBackLvResponse = 6000012;
PotentialBackLvRequest = 6000013;
PotentialBackLvResponse = 6000014;
} }