From 22fa8b32a1bda497c4964d2c8f0dae5e70421b7f Mon Sep 17 00:00:00 2001 From: jjstyle Date: Mon, 29 Dec 2025 16:03:13 +0900 Subject: [PATCH] =?UTF-8?q?naverWorker=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Commands/NaverWorker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/NaverWorker.php b/app/Commands/NaverWorker.php index d211c30..e90193c 100644 --- a/app/Commands/NaverWorker.php +++ b/app/Commands/NaverWorker.php @@ -39,7 +39,7 @@ class NaverWorker extends BaseCommand $requestType = $payload['requestType'] ?? ''; if (!in_array($requestType, ['REG', 'MOD', 'CNC', 'FIN'])) { - throw new \Exception("잘못된 요청 유형: " . json_encode($payload, JSON_UNESCAPED_UNICODE)); + throw new \Exception( date("Y-m-d H:i:s") . "::잘못된 요청 유형: " . json_encode($payload, JSON_UNESCAPED_UNICODE)); } // 2. 실제 작업 수행 /*