up. 添加客户端锁定日志

This commit is contained in:
u2nyakim 2025-08-29 17:15:27 +08:00
parent 073cdf9c2b
commit a6550ec4d6

View File

@ -93,7 +93,7 @@ class Worker extends Command
$connection->send(json_encode(['event'=>'LOCK_CLIENT_SCREEN']));
SysUserClientLog::create([
'event' => 'UNLOCK',
'event' => 'LOCK',
'message'=> "A. 锁定客户端",
'data' => json_encode(['inputPass'=> $lock_password]),
'create_time' => date('Y-m-d H:i:s'),