一键助阵
parent
4c69db25e8
commit
0431f78353
|
@ -752,6 +752,11 @@ message AssistUpDownRequest{
|
||||||
optional int32 operate = 3; //1 上阵,2 卸下
|
optional int32 operate = 3; //1 上阵,2 卸下
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message AssistBatchUpDownRequest{
|
||||||
|
repeated AssistBox boxs = 1; //助阵盒子信息,不用AssistBox中的state属性
|
||||||
|
optional int32 operate = 3; //1 上阵,2 卸下
|
||||||
|
}
|
||||||
|
|
||||||
// 图鉴
|
// 图鉴
|
||||||
message QueryBookImageRequest{
|
message QueryBookImageRequest{
|
||||||
optional int32 type = 1;//0 全部
|
optional int32 type = 1;//0 全部
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue