更新协议

This commit is contained in:
hahwu 2024-12-17 09:53:39 +08:00
parent 6a79a9f7fc
commit 6635caa10a
2 changed files with 28 additions and 0 deletions

View File

@ -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;
}
```
## 后台

View File

@ -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; //