Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
fa22cffbb2
|
@ -90,7 +90,7 @@ option optimize_for = SPEED;
|
|||
optional int32 star = 5;
|
||||
optional int32 skinId = 6;
|
||||
|
||||
repeated string equipIdList = 8;
|
||||
repeated int32 equipIdList = 8;
|
||||
|
||||
optional int32 createTime = 9; //入手时间
|
||||
optional int32 starBreakId = 10 ;//升星对应的breakId
|
||||
|
|
|
@ -196,8 +196,7 @@ import "CommonProto.proto";
|
|||
}
|
||||
|
||||
message ComplexEquipResponse{
|
||||
repeated string equipIds =1;//消耗的装备
|
||||
optional Drop drop = 2;//合成的装备
|
||||
optional Drop drop = 1;//合成的装备
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue