mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-01 17:42:11 +09:00
Update Daum/Kakao postcode API URL #2672
This commit is contained in:
parent
0e013367a0
commit
4339d01a75
4 changed files with 6 additions and 6 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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 = '등록키';
|
||||
|
|
|
|||
|
|
@ -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 = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue