diff --git a/makedown/optimization.md b/makedown/optimization.md index da3e6d9c..7d257ff6 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -1372,8 +1372,11 @@ message ResPlayroom{ int32 WorkStatus = 10; // 1 工作中 2 休息中 int32 AllMood = 11; // 总心情 int32 Chip = 12; // 碎片 + int32 WorkOutline = 13;// 离线打工状态 0 未离线 1 已离线 +} +message NofiPlayroomStatus{ + int32 WorkOutline = 1; // 状态 } - message NotifyPlayroomWork{ int32 StartTime = 1; // 开始时间 int32 WorkStatus = 2; // 1 工作中 2 休息中 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 38354159..bf0908ea 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -3387,8 +3387,11 @@ message ResPlayroom{ int32 WorkStatus = 10; // 1 工作中 2 休息中 int32 AllMood = 11; // 总心情 int32 Chip = 12; // 碎片 + int32 WorkOutline = 13;// 离线打工状态 0 未离线 1 已离线 +} +message NofiPlayroomStatus{ + int32 WorkOutline = 1; // 状态 } - message NotifyPlayroomWork{ int32 StartTime = 1; // 开始时间 int32 WorkStatus = 2; // 1 工作中 2 休息中