From f154f494a64d26aad891c0f1d8a0e51d72e90054 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Fri, 16 Jan 2026 15:42:19 +0900 Subject: [PATCH] =?UTF-8?q?v2chghistorymodel=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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Services/NaverService.php b/app/Services/NaverService.php index d5162ce..1dace48 100644 --- a/app/Services/NaverService.php +++ b/app/Services/NaverService.php @@ -2,6 +2,7 @@ namespace App\Services; +use CodeIgniter\CLI\CLI; use App\Libraries\NaverApiClient; use App\Models\Entities\VrfcReqModel; use App\Models\Entities\V2stdailyModel; @@ -71,6 +72,7 @@ class NaverService */ private function insertVrfcReq($articleNumber, $params) { + CLI::write(CLI::color('๐ŸŸข ๋งค๋ฌผ ์ •๋ณด ์‹œ์ž‘', 'green')); $existing = $this->VrfcReqModel->where('atcl_no', $articleNumber)->first(); if ($existing) throw new \Exception("์ค‘๋ณต ๋“ฑ๋ก ์‹œ๋„: $articleNumber"); @@ -334,7 +336,7 @@ class NaverService 'final_failure' => null ]; - $vrfc_params = array_merge($vrfc_params, $articl_info_param, $article_info_etc_param); + // $vrfc_params = array_merge($vrfc_params, $articl_info_param, $article_info_etc_param); // ๊ฐœ์ธ: INDIV => 0 // ๋ฒ•์ธ: CORP => 1