diff --git a/src/main/webapp/sample_mjon/jsp_example_inqry_templates_detail_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_inqry_templates_detail_r1.jsp index 0620275..3f5f255 100644 --- a/src/main/webapp/sample_mjon/jsp_example_inqry_templates_detail_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_inqry_templates_detail_r1.jsp @@ -29,8 +29,8 @@ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key /******************** 전송 요청 URL ********************/ -// final String apiUrl = "http://119.193.215.98:8087/api/kakao/inqry/templates/detail"; //템플릿 상세 조회 API URL - final String apiUrl = "http://localhost:8088/api/kakao/inqry/templates/detail"; //템플릿 상세 조회 API URL + final String apiUrl = "http://119.193.215.98:8087/api/kakao/inqry/templates/detail"; //템플릿 상세 조회 API URL +// final String apiUrl = "http://localhost:8088/api/kakao/inqry/templates/detail"; //템플릿 상세 조회 API URL /******************** 전송 정보 ********************/ //필수 값 diff --git a/src/main/webapp/sample_mjon/jsp_example_inqry_templates_list_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_inqry_templates_list_r1.jsp index fb66c74..9d51c9d 100644 --- a/src/main/webapp/sample_mjon/jsp_example_inqry_templates_list_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_inqry_templates_list_r1.jsp @@ -29,8 +29,8 @@ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key /******************** 전송 요청 URL ********************/ -// final String apiUrl = "http://119.193.215.98:8087/api/kakao/inqry/templates/list"; //템플릿 목록 조회 API URL - final String apiUrl = "http://localhost:8088/api/kakao/inqry/templates/list"; //템플릿 목록 조회 API URL + final String apiUrl = "http://119.193.215.98:8087/api/kakao/inqry/templates/list"; //템플릿 목록 조회 API URL +// final String apiUrl = "http://localhost:8088/api/kakao/inqry/templates/list"; //템플릿 목록 조회 API URL /******************** 전송 정보 ********************/ //필수 값 diff --git a/src/main/webapp/sample_mjon/jsp_example_send_at_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_send_at_r1.jsp index a56c075..128cf32 100644 --- a/src/main/webapp/sample_mjon/jsp_example_send_at_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_send_at_r1.jsp @@ -19,6 +19,7 @@ try { // ===== 전송 URL ===== // final String apiUrl = "http://119.193.215.98:8087/api/kakao/at/sendMsg"; final String apiUrl = "http://119.193.215.98:8087/api/kakao/at/sendMsg"; +// final String apiUrl = "http://localhost:8088/api/kakao/at/sendMsg"; String p_mberId = request.getParameter("mberId"); //사용자 ID diff --git a/src/main/webapp/sample_mjon/jsp_example_send_ft_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_send_ft_r1.jsp index 9fb70e8..f13649b 100644 --- a/src/main/webapp/sample_mjon/jsp_example_send_ft_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_send_ft_r1.jsp @@ -24,8 +24,8 @@ try { final String MBER_ID = "dudgusw"; final String API_KEY = "3429312e6a2c732188d4cc7d15d8a1baa01d8d91"; - // final String apiUrl = "http://119.193.215.98:8087/api/kakao/ft/sendMsg"; - final String apiUrl = "http://localhost:8088/api/kakao/ft/sendMsg"; + final String apiUrl = "http://119.193.215.98:8087/api/kakao/ft/sendMsg"; +// final String apiUrl = "http://localhost:8088/api/kakao/ft/sendMsg"; // ===== multipart 파싱 (텍스트/파일 모두 수집) ===== Map form = new LinkedHashMap<>();