更新协议
This commit is contained in:
parent
6a79a9f7fc
commit
6635caa10a
@ -1510,6 +1510,20 @@ message ResPlayroomChip{
|
||||
RES_CODE Code = 1;
|
||||
string Msg = 2;
|
||||
}
|
||||
|
||||
// playroom 打工离线
|
||||
message ReqPlayroomOutline{
|
||||
int32 OldChessId = 1;
|
||||
int32 NewChessId = 2;
|
||||
int32 CostDia = 3;
|
||||
int32 Type = 4; //1 气泡 2 宝箱解锁 3 快捷购买 4 打工离线
|
||||
map<string, int32> mChessData = 5;
|
||||
}
|
||||
|
||||
message ResPlayroomOutline{
|
||||
RES_CODE code = 1;
|
||||
string msg = 2;
|
||||
}
|
||||
```
|
||||
|
||||
## 后台
|
||||
|
||||
@ -244,6 +244,20 @@ message ResChessEx{
|
||||
string msg = 2;
|
||||
}
|
||||
|
||||
// playroom 打工离线
|
||||
message ReqPlayroomOutline{
|
||||
int32 OldChessId = 1;
|
||||
int32 NewChessId = 2;
|
||||
int32 CostDia = 3;
|
||||
int32 Type = 4; //1 气泡 2 宝箱解锁 3 快捷购买 4 打工离线
|
||||
map<string, int32> mChessData = 5;
|
||||
}
|
||||
|
||||
message ResPlayroomOutline{
|
||||
RES_CODE code = 1;
|
||||
string msg = 2;
|
||||
}
|
||||
|
||||
// 棋盘背包
|
||||
message ChessBag{
|
||||
repeated ChessBagGrid ChessBagGrids = 1; //已解锁棋盘背包格子
|
||||
|
||||
Loading…
Reference in New Issue
Block a user