Merge branch 'master' of 60.1.1.230:backend/jieling_protocol

master_huanxiang
wangyuan 2020-04-13 11:06:29 +08:00
commit f838f6e0b7
1 changed files with 12 additions and 0 deletions

View File

@ -188,3 +188,15 @@ import "CommonProto.proto";
optional string heroId =1;
optional int32 lockState = 2 ; // 1 0
}
message ComplexEquipRequest{
optional int32 type = 1;//
optional int32 star = 2;// 0
optional int32 num = 3;//
}
message ComplexEquipResponse{
repeated string equipIds =1;//
optional Drop drop = 2;//
}