一键助阵

master_xiyou
grimm 2024-07-19 15:14:24 +08:00
parent 4c69db25e8
commit 0431f78353
2 changed files with 8 additions and 1 deletions

View File

@ -749,7 +749,12 @@ message AssistInfoResponse{
message AssistUpDownRequest{ message AssistUpDownRequest{
optional int32 id = 1; optional int32 id = 1;
optional string heroId = 2; optional string heroId = 2;
optional int32 operate = 3;//1 2 optional int32 operate = 3; //1 2
}
message AssistBatchUpDownRequest{
repeated AssistBox boxs = 1; //,AssistBoxstate
optional int32 operate = 3; //1 2
} }
// //

View File

@ -1709,6 +1709,8 @@ enum MessageType{
AssistUpDownRequest = 7000003; AssistUpDownRequest = 7000003;
AssistUpDownResponse = 7000004; AssistUpDownResponse = 7000004;
AssistInfoIndication = 7000005; AssistInfoIndication = 7000005;
AssistBatchUpDownRequest = 70000041;
AssistBatchUpDownResponse = 70000051;
// //
QueryBookImageRequest = 7000006; QueryBookImageRequest = 7000006;