api_info 오류 수정

This commit is contained in:
2025-12-26 15:25:13 +09:00
parent 946bc15aa6
commit 24b0548002
3 changed files with 239 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ try {
} catch (Exception $e) {
// 7. 장애 발생 시 로그 기록 (시스템 로그)
writeLog( json_encode($api_info) ." | Received: " . json_encode($data), 'ERROR');
writeLog( 'Exception :' . apiResponse($data) , 'ERROR');
http_response_code(500);