From e394acd7cc64f1fc473f8ac5ffc2de3cba7cb25a Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 23 Jan 2026 19:05:41 +0900 Subject: [PATCH] =?UTF-8?q?vrfcReqModel=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/NaverService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/NaverService.php b/app/Services/NaverService.php index 693667c..f6657d4 100644 --- a/app/Services/NaverService.php +++ b/app/Services/NaverService.php @@ -53,6 +53,7 @@ class NaverService $articleNumber = $payload['articleNumber']; $requestType = $payload['requestType'] ?? ''; + CLI::write(CLI::color('🟢 getArticleInfo Start :: ' . $articleNumber , 'green')); // 1. 네이버 API 호출 $response = $this->naverClient->getArticleInfo($articleNumber); if (!$response || $response['code'] !== 'success') {