master_assist
grimm 2024-04-11 17:47:35 +08:00
parent 82b402f39c
commit 6dad258cec
1 changed files with 1 additions and 1 deletions

View File

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