更新协议
This commit is contained in:
parent
beaa2c493b
commit
ac28820d4b
@ -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; // 开始时间
|
||||
|
||||
@ -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; // 状态
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user