zhangshanxue 2020-07-16 23:01:31 +08:00
commit fa22cffbb2
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -196,8 +196,7 @@ import "CommonProto.proto";
}
message ComplexEquipResponse{
repeated string equipIds =1;//
optional Drop drop = 2;//
optional Drop drop = 1;//
}