From a6550ec4d64656346dc77ea16b48308a8358f011 Mon Sep 17 00:00:00 2001 From: u2nyakim Date: Fri, 29 Aug 2025 17:15:27 +0800 Subject: [PATCH] =?UTF-8?q?up.=20=E6=B7=BB=E5=8A=A0=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E9=94=81=E5=AE=9A=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/admin/Worker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/command/admin/Worker.php b/app/command/admin/Worker.php index f88dfc2..f34e6f2 100644 --- a/app/command/admin/Worker.php +++ b/app/command/admin/Worker.php @@ -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'),