潜能协议
parent
51353e879f
commit
da7dedb824
|
@ -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{
|
||||||
|
|
|
@ -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;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue