更新协议

This commit is contained in:
hahwu 2024-12-17 11:14:24 +08:00
parent beaa2c493b
commit ac28820d4b
2 changed files with 12 additions and 1 deletions

View File

@ -1374,8 +1374,13 @@ message ResPlayroom{
int32 Chip = 12; // 碎片
int32 WorkOutline = 13;// 离线打工状态 0 未离线 1 已离线
}
message ReqPlayroomWrokOutline{} // 处理离线打工
message ResPlayroomWrokOutline{
RES_CODE Code = 1;
string Msg = 2;
}
message NofiPlayroomStatus{
int32 WorkOutline = 1; // 状态
int32 WorkOutline = 1; // 状态
}
message NotifyPlayroomWork{
int32 StartTime = 1; // 开始时间

View File

@ -3389,6 +3389,12 @@ message ResPlayroom{
int32 Chip = 12; //
int32 WorkOutline = 13;// 线 0 线 1 线
}
message ReqPlayroomWrokOutline{} // 线
message ResPlayroomWrokOutline{
RES_CODE Code = 1;
string Msg = 2;
}
message NofiPlayroomStatus{
int32 WorkOutline = 1; //
}