이호영 이호영 2023-07-26
feat:API- 테스트를 위해 요청 주소 local로 수정
@49c0227c8ac92c6a2e56397a8758636ffa099abc
src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
--- src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
@@ -95,7 +95,7 @@
 					<!-- 발신자 번호 -->
 					<div class="input_list_item">
 						<div class="input_left">callFrom
-							<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01035520132"  size="100"/>
+							<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01093414986"  size="100"/>
 						</div>
 					</div>
 					
src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
--- src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
@@ -24,8 +24,8 @@
 				
 		//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용
 		//실제서비스용
-		final String mberId		=	"antelope";	//문자온 로그인 아이디 
-		final String apiKey		=	"5ec0a0311a7a0eb25cc9c11468ce372cd64501";		//발급받은 api key
+		final String mberId		=	"dudgusw";	//문자온 로그인 아이디 
+		final String apiKey		=	"769089bdd0363e0d0b1d20761a8d013bd";		//발급받은 api ke
 		
 		
 		//테스트용
@@ -33,7 +33,8 @@
 		//String apiKey		= request.getParameter("p_apiKey");			//발급받은 api key
 
 		/******************** 전송 요청 URL  ********************/
-		final String apiUrl		=	"https://api.munjaon.co.kr/api/send/sendMsg";	//개발테스트용 URL
+// 		final String apiUrl		=	"https://api.munjaon.co.kr/api/send/sendMsg";	//개발테스트용 URL
+		final String apiUrl		=	"http://localhost:8088/api/send/sendMsg";	//개발테스트용 URL URL
 		
 		/******************** 전송 정보 ********************/
 		//필수 값
src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp
--- src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp
@@ -130,7 +130,7 @@
 					<!-- 발신자 번호 -->
 					<div class="input_list_item">
 						<div class="input_left">callFrom
-							<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01035520132"  size="100"/>
+							<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01093414986"  size="100"/>
 						</div>
 					</div>
 					
src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp
--- src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp
@@ -24,16 +24,17 @@
 		
 		//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용
 		//실제서비스용
-		final String mberId		=	"antelope";	//문자온 로그인 아이디 
-		final String apiKey		=	"5ec0a0311a7a0eb25cc9c11468ce372cd64501";		//발급받은 api key
+		final String mberId		=	"dudgusw";	//문자온 로그인 아이디 
+		final String apiKey		=	"769089bdd0363e0d0b1d20761a8d013bd";		//발급받은 api key
+		
 		
 		//테스트용
-		//String mberId		= request.getParameter("p_mberId");		//문자온 로그인 아이디
-		//String apiKey		= request.getParameter("p_apiKey");		//발급받은 api key
+		//String mberId		= request.getParameter("p_mberId");			//문자온 로그인 아이디
+		//String apiKey		= request.getParameter("p_apiKey");			//발급받은 api key
 
-		
 		/******************** 전송 요청 URL  ********************/
-		String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL
+// 		final String apiUrl		=	"http://api.munjaon.co.kr/api/send/sendMsgs";	//개발테스트용 URL
+		final String apiUrl		=	"http://localhost:8088/api/send/sendMsgs";	//개발테스트용 URL
 		
 		/******************** 전송 정보  ********************/
 		//필수 값’
Add a comment
List