diff --git a/src/main/java/itn/let/mjo/api/sms/web/ApiSmsTestMsgController.java b/src/main/java/itn/let/mjo/api/sms/web/ApiSmsTestMsgController.java new file mode 100644 index 0000000..aab336f --- /dev/null +++ b/src/main/java/itn/let/mjo/api/sms/web/ApiSmsTestMsgController.java @@ -0,0 +1,87 @@ +package itn.let.mjo.api.sms.web; + +import java.util.ArrayList; +import java.util.List; + +import javax.annotation.Resource; +import javax.servlet.http.HttpServletRequest; + +import org.springframework.stereotype.Controller; +import org.springframework.ui.Model; +import org.springframework.ui.ModelMap; +import org.springframework.web.bind.annotation.ModelAttribute; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.servlet.HandlerMapping; +import org.springframework.web.servlet.ModelAndView; +import org.springframework.web.servlet.mvc.support.RedirectAttributes; + +import egovframework.rte.fdl.security.userdetails.util.EgovUserDetailsHelper; +import egovframework.rte.ptl.mvc.tags.ui.pagination.PaginationInfo; +import itn.com.cmm.EgovMessageSource; +import itn.com.cmm.LoginVO; +import itn.com.cmm.util.RedirectUrlMaker; +import itn.com.utl.fcc.service.EgovStringUtil; +import itn.let.mjo.apikey.service.ApiCallInfoMngService; +import itn.let.mjo.apikey.service.ApiKeyMngService; +import itn.let.mjo.apikey.service.ApiKeyVO; +import itn.let.mjo.mjocommon.MjonCommon; +import itn.let.mjo.msg.service.MjonMsgService; +import itn.let.sym.site.service.EgovSiteManagerService; +import itn.let.sym.site.service.JoinSettingVO; +import itn.let.uss.umt.service.EgovUserManageService; +import itn.let.utl.user.service.MjonNoticeSendUtil; +import itn.let.utl.user.service.SecuKeyUtil; + +/** +* +* @author api key manager +* @since 2021.03.20 +* @version 1.0 +* @see +* +* +* 수정일 수정자 수정내용 +* ------- -------- --------------------------- +* 2021.03.20 신명섭 최초 생성 +* +*/ + +@Controller +public class ApiSmsTestMsgController { + + /** + * @methodName : ussIonApikeyUserAPIKEYList + * @author : 이호영 + * @date : 2025. 4. 29. + * @description : api 문자 발송 테스트 + * @return : String + * @param searchVO + * @param request + * @param model + * @return + * @throws Exception + * + */ + @RequestMapping(value= {"/uss/ion/api/test/sms/sendMsgForm.do"}) + public String sendMsgForm(@ModelAttribute("searchVO") ApiKeyVO searchVO, + HttpServletRequest request , + ModelMap model) throws Exception{ + //value 값 가져오기 + + + return "/uss/ion/api/test/sms/sendMsgForm"; + + } + + @RequestMapping(value= {"/uss/ion/api/test/sms/sendMsgsForm.do"}) + public String sendMsgsForm(@ModelAttribute("searchVO") ApiKeyVO searchVO, + HttpServletRequest request , + ModelMap model) throws Exception{ + //value 값 가져오기 + + + return "/uss/ion/api/test/sms/sendMsgsForm"; + + } +} \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/api/test/sms/include/tab_include.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/api/test/sms/include/tab_include.jsp new file mode 100644 index 0000000..841933b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/api/test/sms/include/tab_include.jsp @@ -0,0 +1,40 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> + + + +
+ +-
+- 전송내역dd에 다운로드하여 주시기 바랍니다.
+- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.
+- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.
+- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.
+