up. ws update.
This commit is contained in:
parent
8a6772daad
commit
0aeb4c62d1
@ -77,7 +77,7 @@ class Worker extends Command
|
|||||||
'client_name'=> $connection->clientName
|
'client_name'=> $connection->clientName
|
||||||
])->update(['is_lock'=>1,'lock_password'=>$lock_password,'lock_time'=>date('Y-m-d H:i:s')]);
|
])->update(['is_lock'=>1,'lock_password'=>$lock_password,'lock_time'=>date('Y-m-d H:i:s')]);
|
||||||
// 锁定屏幕
|
// 锁定屏幕
|
||||||
$connection->send(json_encode(['event'=>'lock_client_screen_run']));
|
$connection->send(json_encode(['event'=>'LOCK_CLIENT_SCREEN']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user