From e377dee57194984d6ddff976baeaed06665e9c56 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Mon, 29 Dec 2025 15:48:58 +0900 Subject: [PATCH] =?UTF-8?q?ROUTES=20=EB=8C=80=EC=86=8C=EB=AC=B8=EC=9E=90?= =?UTF-8?q?=20=20=EC=88=98=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, 2 insertions(+) diff --git a/app/Commands/NaverWorker.php b/app/Commands/NaverWorker.php index 3b321ae..32fe81d 100644 --- a/app/Commands/NaverWorker.php +++ b/app/Commands/NaverWorker.php @@ -34,6 +34,8 @@ class NaverWorker extends BaseCommand $rawData = $result[1]; try { $payload = json_decode($rawData, true); + + CLI::write("Processing: " . json_encode($payload, JSON_UNESCAPED_UNICODE)); $requestType = $payload['requestType'] ?? ''; if (!in_array($requestType, ['REG', 'MOD', 'CNC', 'FIN'])) {