httpd 코드 수정 202-> 200

This commit is contained in:
2026-01-02 14:50:27 +09:00
parent 094fa7c640
commit 8338df57c9
6 changed files with 306 additions and 27 deletions

View File

@@ -57,7 +57,7 @@ try {
// --------------------------------------
// 6. 네이버측에 성공 응답 (202 Accepted)
// 처리가 완료된 것은 아니지만, 접수는 완료되었음을 의미
http_response_code(202);
http_response_code(200);
echo apiResponse([
'code' => 'success',
'message' => ''