更新协议
This commit is contained in:
parent
6635caa10a
commit
beaa2c493b
@ -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 休息中
|
||||
|
||||
@ -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 休息中
|
||||
|
||||
Loading…
Reference in New Issue
Block a user