更新协议
This commit is contained in:
parent
23a1cd3cbd
commit
7034f3e818
@ -260,6 +260,13 @@ message ResDecorateInfo {
|
|||||||
int32 AreaId = 1; // 区域id
|
int32 AreaId = 1; // 区域id
|
||||||
repeated int32 mFinishList = 2; //当前区域已完成装饰id
|
repeated int32 mFinishList = 2; //当前区域已完成装饰id
|
||||||
}
|
}
|
||||||
|
// 一键装饰
|
||||||
|
message ReqDecorateAll{}
|
||||||
|
|
||||||
|
message ResDecorateAll{
|
||||||
|
RES_CODE Code = 1;
|
||||||
|
string Msg = 2;
|
||||||
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -2385,6 +2385,17 @@ message ResDecorate{
|
|||||||
string Msg = 2;
|
string Msg = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 一键装饰
|
||||||
|
message ReqDecorateAll{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
message ResDecorateAll{
|
||||||
|
RES_CODE Code = 1;
|
||||||
|
string Msg = 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// 请求Gm命令
|
// 请求Gm命令
|
||||||
message ReqGmCommand{
|
message ReqGmCommand{
|
||||||
string Command = 1;
|
string Command = 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user