diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 1f7eeb5..617e29e 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -743,5 +743,5 @@ message AssistInfoResponse{ message AssistUpDownRequest{ optional int32 id = 1; optional string heroId = 2; - optional int32 operate = 3; + optional int32 operate = 3;//1 上阵,2 卸下 } \ No newline at end of file