潜能协议
parent
51353e879f
commit
da7dedb824
|
@ -623,11 +623,7 @@ message GiftEquipWearRequest{
|
|||
message PotentialUpLvRequest{
|
||||
optional string heroId = 1;// 英雄id
|
||||
optional int32 type = 2;// 类型
|
||||
}
|
||||
|
||||
message PotentialBatchUpLvRequest{
|
||||
optional string heroId = 1; // 英雄id
|
||||
optional int32 type = 2; // 类型
|
||||
optional int32 upLv = 3;// 可升级等级
|
||||
}
|
||||
|
||||
message PotentialInfoResponse{
|
||||
|
|
|
@ -1650,10 +1650,8 @@ enum MessageType{
|
|||
// 潜能
|
||||
PotentialUpLvRequest = 6000009;
|
||||
PotentialUpLvResponse = 6000010;
|
||||
PotentialBatchUpLvRequest = 6000011;
|
||||
PotentialBatchUpLvResponse = 6000012;
|
||||
PotentialBackLvRequest = 6000013;
|
||||
PotentialBackLvResponse = 6000014;
|
||||
PotentialBackLvRequest = 6000011;
|
||||
PotentialBackLvResponse = 6000012;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue