diff --git a/makedown/optimization.md b/makedown/optimization.md index 35c8d7bd..da3e6d9c 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -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 mChessData = 5; +} + +message ResPlayroomOutline{ + RES_CODE code = 1; + string msg = 2; +} ``` ## 后台 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index d72acfc0..38354159 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -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 mChessData = 5; +} + +message ResPlayroomOutline{ + RES_CODE code = 1; + string msg = 2; +} + // 棋盘背包 message ChessBag{ repeated ChessBagGrid ChessBagGrids = 1; //已解锁棋盘背包格子