We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AJAX 통신을 통해 행정구역을 가져 올 수 있습니다.
파라미터 없이, ajax 요청하시면 행정구역을 받아 오실수 있습니다. 리턴 값 예시 : ["서울특별시","경기도","제주특별자치도"...] 형식은 JSONArray 입니다.
파라미터는 city의 값이 들어가면 됩니다. 해당 행정구역의 시/군/구를 리턴해줍니다.
파라미터 예시 (Type : JSON {"city":"value"})
파라미터는 city,local의 값이 들어가면 됩니다. 해당 행정구역의 읍/면/동를 리턴해줍니다.
파라미터 예시 (Type: JSON {"city":"value","local":"value"}
사용에 있어 어려움이 있다면 언제든 연락해주세요
The text was updated successfully, but these errors were encountered:
jjoung-2j
Forest-Seo
No branches or pull requests
사용방법
AJAX 통신을 통해 행정구역을 가져 올 수 있습니다.
행정구역(city) 가져오기 (url : /getcityinfo.bibo)
파라미터 없이, ajax 요청하시면
행정구역을 받아 오실수 있습니다.
리턴 값 예시 : ["서울특별시","경기도","제주특별자치도"...]
형식은 JSONArray 입니다.
시/군/구(local) 가져오기 (url : /getlocalinfo.bibo)
파라미터는 city의 값이 들어가면 됩니다.
해당 행정구역의 시/군/구를 리턴해줍니다.
파라미터 예시 (Type : JSON {"city":"value"})
읍/면/동(country) 가져오기 (url : /getcountryinfo.bibo)
파라미터는 city,local의 값이 들어가면 됩니다.
해당 행정구역의 읍/면/동를 리턴해줍니다.
파라미터 예시 (Type: JSON {"city":"value","local":"value"}
사용에 있어 어려움이 있다면 언제든 연락해주세요
The text was updated successfully, but these errors were encountered: