-
Notifications
You must be signed in to change notification settings - Fork 1
Home
bye0520 edited this page Sep 29, 2019
·
14 revisions
Welcome to the JeonHa-Server wiki!
http://15.164.75.18:1810
기능 | METHOD | URI |
---|---|---|
회원가입 | POST | /user/signup |
로그인 | POST | /user/signin |
아이디 중복체크 | GET | /user/check?id={id} |
스탬프 조회 | GET | /user/{userIdx}/stamp |
신청 내역 조회 | GET | /user/{userIdx}/reservation?type={type} |
기능 | METHOD | URI |
---|---|---|
메인 | GET | /main |
QR코드 스캔 | POST | /qr/:pageUrl |
기능 | METHOD | URI |
---|---|---|
한옥 스테이: 지도 | GET | /hanok?type=map |
한옥 스테이: 리스트 | GET | /hanok?type=list&sort={sort} |
한옥 스테이 상세 페이지 | GET | /hanok/{hanokIdx} |
한옥 스테이 예약 | POST | /hanok/{hanokIdx}/reservation |
기능 | METHOD | URI |
---|---|---|
전통 클래스: 리스트 | GET | /class?day=sort |
전통 클래스: 상세보기 | GET | /class/{classIdx} |
전통 클래스: 예약 | POST | /class/{classIdx}/reservation |