테스트

This commit is contained in:
2026-01-16 14:13:41 +09:00
parent b971005525
commit 6be418b06c
5 changed files with 228 additions and 40 deletions

View File

@@ -79,7 +79,7 @@ class NaverApiClient
curl_close($ch);
// 결과 로그 기록 (성공/실패 모두 기록하여 추적 가능하게 함)
if ($httpCode === 200 && $httpdCode === 202) {
if ($httpCode === 200 || $httpCode === 202) {
log_message('info', "[Naver API $method SUCCESS] URL: $url | Response: $response");
} else {
log_message('error', "[Naver API $method FAIL] URL: $url | Code: $httpCode | Response: $response");