새로운 api

This commit is contained in:
2026-02-03 20:47:56 +09:00
parent cbcd66d5c7
commit 8bb7700a00
10 changed files with 1625 additions and 591 deletions

View File

@@ -37,7 +37,7 @@ class NaverApiClient
$url .= '?reserveNoList=' . $reserveNoList;
return $this->request('GET', $url);
}
/**
* CURL 공통 실행 함수
*/