Update Daum/Kakao postcode API URL #2672

This commit is contained in:
Kijin Sung 2026-02-07 21:10:34 +09:00
parent 0e013367a0
commit 4339d01a75
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?php
$lang->krzip = 'Korean Postal Code';
$lang->cmd_krzip_api_type = 'Select API Provider';
$lang->cmd_krzip_daumapi = 'Daum-Kakao API';
$lang->cmd_krzip_daumapi = 'Kakao API';
$lang->cmd_krzip_epostapi = 'Korea Post API';
$lang->cmd_krzip_postcodify = 'Postcodify';
$lang->cmd_krzip_regkey = 'Registration Key';

View file

@ -1,7 +1,7 @@
<?php
$lang->krzip = '한국 우편번호';
$lang->cmd_krzip_api_type = 'API 선택';
$lang->cmd_krzip_daumapi = '다음 우편번호';
$lang->cmd_krzip_daumapi = '카카오 우편번호';
$lang->cmd_krzip_epostapi = '우체국 우편번호';
$lang->cmd_krzip_postcodify = 'Postcodify';
$lang->cmd_krzip_regkey = '등록키';

View file

@ -24,7 +24,7 @@
guide : $this.find(".krzip-guide")
};
var krzip = new daum.Postcode({
var krzip = new kakao.Postcode({
oncomplete: function (response) {
var fullAddr = "", extraAddr = "";

View file

@ -1,8 +1,8 @@
<!--// 다음 우편번호 API -->
<!--// 다음/카카오 우편번호 API -->
<!--// https://github.com/daumPostcode/QnA -->
<!--// HEADER -->
<load target="//t1.kakaocdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js" />
<load target="./css/default.css" />
<load target="http://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js" cond="!\RX_SSL" />
<load target="https://t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js" cond="\RX_SSL" />
<load target="./js/daumapi.js" />
<!--// BODY -->