From 0e4377908a9d8e0d5f109533e4071d7f5c4a772a Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Tue, 13 May 2025 11:04:11 +0900 Subject: [PATCH] =?UTF-8?q?api=20=EC=A7=84=ED=96=89=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uia/web/EgovMypageRESTAPIController.java | 2 +- .../WEB-INF/jsp/web/api/at/apiSpec_tab1.jsp | 45 ------------------- .../jsp/web/api/{munja => msg}/apiSpec.jsp | 0 .../web/api/{munja => msg}/apiSpec_tab1.jsp | 0 .../web/api/{munja => msg}/apiSpec_tab2.jsp | 0 .../web/api/{munja => msg}/apiSpec_tab3.jsp | 0 .../web/api/{munja => msg}/apiSpec_tab4.jsp | 0 .../web/api/{munja => msg}/apiSpec_tab5.jsp | 0 8 files changed, 1 insertion(+), 46 deletions(-) rename src/main/webapp/WEB-INF/jsp/web/api/{munja => msg}/apiSpec.jsp (100%) rename src/main/webapp/WEB-INF/jsp/web/api/{munja => msg}/apiSpec_tab1.jsp (100%) rename src/main/webapp/WEB-INF/jsp/web/api/{munja => msg}/apiSpec_tab2.jsp (100%) rename src/main/webapp/WEB-INF/jsp/web/api/{munja => msg}/apiSpec_tab3.jsp (100%) rename src/main/webapp/WEB-INF/jsp/web/api/{munja => msg}/apiSpec_tab4.jsp (100%) rename src/main/webapp/WEB-INF/jsp/web/api/{munja => msg}/apiSpec_tab5.jsp (100%) diff --git a/src/main/java/itn/let/uat/uia/web/EgovMypageRESTAPIController.java b/src/main/java/itn/let/uat/uia/web/EgovMypageRESTAPIController.java index 5eebcaa8..668c64c7 100644 --- a/src/main/java/itn/let/uat/uia/web/EgovMypageRESTAPIController.java +++ b/src/main/java/itn/let/uat/uia/web/EgovMypageRESTAPIController.java @@ -247,7 +247,7 @@ public class EgovMypageRESTAPIController{ } model.addAttribute("loginVO", loginVO); - return "web/api/munja/apiSpec"; + return "web/api/msg/apiSpec"; } /** diff --git a/src/main/webapp/WEB-INF/jsp/web/api/at/apiSpec_tab1.jsp b/src/main/webapp/WEB-INF/jsp/web/api/at/apiSpec_tab1.jsp index 633c92d0..f941f00c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/api/at/apiSpec_tab1.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/api/at/apiSpec_tab1.jsp @@ -70,36 +70,6 @@ String O - - callFrom - 발신자 번호(아이디에 등록되어 있는 번호) - String - O - - - callToList - 수신자 번호(콤마(,) 기준으로 입력) - String - O - - - smsTxt - 메시지 내용 - String(1~2,000Byte) - O - - - nameStr - 메시지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 ) - String - X - - - test_yn - 테스트 데이터 여부 - String - X -
@@ -118,21 +88,6 @@

,"accessKey":"XXXXXXXXXXXXXX414050694b953"

-

- ,"callFrom":"01012341234" -

-

- ,"callToList":"01011111111,01022222222,01033333333" -

-

- ,"smsTxt":"문자 테스트~![*이름*]" -

-

- ,"nameStr":"홍길동1|홍길동2|홍길동3" -

-

- ,"test_yn":"" -

diff --git a/src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec.jsp b/src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec.jsp similarity index 100% rename from src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec.jsp rename to src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec.jsp diff --git a/src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab1.jsp b/src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab1.jsp similarity index 100% rename from src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab1.jsp rename to src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab1.jsp diff --git a/src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab2.jsp b/src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab2.jsp similarity index 100% rename from src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab2.jsp rename to src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab2.jsp diff --git a/src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab3.jsp b/src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab3.jsp similarity index 100% rename from src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab3.jsp rename to src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab3.jsp diff --git a/src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab4.jsp b/src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab4.jsp similarity index 100% rename from src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab4.jsp rename to src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab4.jsp diff --git a/src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab5.jsp b/src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab5.jsp similarity index 100% rename from src/main/webapp/WEB-INF/jsp/web/api/munja/apiSpec_tab5.jsp rename to src/main/webapp/WEB-INF/jsp/web/api/msg/apiSpec_tab5.jsp