api_info 오류 수정
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user