master_otnew
parent
56989b43cb
commit
c03f395c76
|
|
@ -638,3 +638,27 @@ message PotentialBackLvRequest{
|
|||
message PotentialBackLvResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
||||
|
||||
// 法宝
|
||||
message BaublesAllInfoRequest{
|
||||
}
|
||||
|
||||
message BaublesAllInfoResponse{
|
||||
repeated Equip baubles = 1;
|
||||
}
|
||||
|
||||
message BaublesWearRequest{
|
||||
optional string heroId = 1;
|
||||
optional string baublesId = 2;// 传空串表示卸下
|
||||
}
|
||||
|
||||
message BaublesStrengthenRequest{
|
||||
optional string baublesId = 1;
|
||||
optional int32 upLv = 2; //升级的等级
|
||||
}
|
||||
|
||||
message BaublesBlessRequest{
|
||||
optional string baublesId = 1;//主法宝id
|
||||
optional string blessBaublesId = 2;//庇佑得id
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue