神兵注释
parent
5308e15038
commit
75e0e64f48
|
@ -1290,35 +1290,34 @@ message GetAllFaxiangEquipResponse{
|
|||
}
|
||||
|
||||
// 神兵
|
||||
//信息请求
|
||||
message MagicSoldierInfoRequest{
|
||||
}
|
||||
message MagicSoldierInfoResponse{
|
||||
repeated MagicSoldier infos = 1;
|
||||
repeated int32 book = 2;
|
||||
repeated MagicSoldier infos = 1;//全部神兵信息
|
||||
repeated int32 book = 2;//神兵图鉴信息
|
||||
}
|
||||
|
||||
//更换位置
|
||||
message MagicSoldierLocationRequest{
|
||||
optional string id = 1;
|
||||
optional string toId = 2;
|
||||
optional int32 point = 3;
|
||||
optional string id = 1;//主动修改得神兵id
|
||||
optional string toId = 2;//被动修改得神兵id,没有为空
|
||||
optional int32 point = 3;//主动修改神兵得位置
|
||||
}
|
||||
message MagicSoldierLocationResponse{
|
||||
repeated MagicSoldier infos = 1;
|
||||
repeated int32 book = 2;
|
||||
}
|
||||
|
||||
//分解/归元
|
||||
message MagicSoldierSpiltRequest{
|
||||
optional string id = 1;
|
||||
optional int32 type = 2;
|
||||
optional string id = 1;//神兵id
|
||||
optional int32 type = 2;//1:分解,2:归元
|
||||
}
|
||||
message MagicSoldierSpiltResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
||||
|
||||
//神兵强化
|
||||
message MagicSoldierStrongRequest{
|
||||
optional string id = 1;
|
||||
optional int32 type = 2;
|
||||
optional int32 target = 3;
|
||||
optional string id = 1;//神兵id
|
||||
optional int32 type = 2;//1:升级,2:升星
|
||||
optional int32 target = 3;//目标等级/目标星级(连续升级用)
|
||||
}
|
||||
message MagicSoldierStrongResponse{
|
||||
}
|
Loading…
Reference in New Issue