diff --git a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab1.jsp b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab1.jsp index dd8c655b..b342746b 100644 --- a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab1.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab1.jsp @@ -209,6 +209,11 @@ 성공 건수 String + + [data].test_yn + 테스트 데이터 여부 + String + @@ -233,10 +238,12 @@

, "data":[

"msgGroupId":"MSGGID_0000000000000"

-

, "msgType":"4"

+

, "msgType":"SMS"

+

, "resultCode":"0"

, "blockCnt":"0"

, "failCnt":"0"

, "successCnt":"3"

+

, "test_yn":null

]

} diff --git a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab2.jsp b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab2.jsp index 7a14201b..750bbe7e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab2.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab2.jsp @@ -219,6 +219,11 @@ 성공 건수 String + + [data].test_yn + 테스트 데이터 여부 + String + @@ -239,20 +244,30 @@ { -

"resultCode":"0"

-

, "data":[

-
-

"msgGroupIdList":[

-

    0:"MSGGID_0000000000000"

-

    1:"MSGGID_0000000000001"

-

    2:"MSGGID_0000000000002"

-

]

-

, "msgType":"LMS"

-

, "blockCnt":"0"

-

, "failCnt":"0"

-

, "successCnt":"3"

-
-

]

+

 "resultCode":"0"

+

 , "data":[

+

  "msgGroupIdList":[

+

   {

+

    "MSGGID_0000000013451"

+

   }

+

   ,{

+

    "MSGGID_0000000013452"

+

   }

+

  ]

+

  ,"msgTypeList":[

+

   {

+

    "SMS"

+

   }

+

   ,{

+

    "SMS"

+

   }

+

  ]

+

  ,"resultCode":"0"

+

  ,"successCnt":"2"

+

  ,"failCnt":"0"

+

  ,"blockCnt":"0"

+

  ,"test_yn":null

+

 ]

} diff --git a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab3.jsp b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab3.jsp index 5f910512..4cc1893e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab3.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab3.jsp @@ -4,11 +4,15 @@

전송내역조회

- 동일한 내용의 문자를 컴마(,)로 분기하여 동시 1천명에게 전송하실 수 있습니다. + 최근 요청 및 처리된 전송내역을 조회하실 수 있습니다.
- 발신번호는 사이트내에서 미리 등록된 번호만 사용하실 수 있습니다. + 사이트 내 전송결과 조회 페이지와 동일한 내역이 조회되며, 날짜 기준으로 조회가 가능합니다.
- 90byte를 초과하는 메시지 발송 시 LMS(첨부파일 없는 MMS) 형태로 자동 전환됩니다. + 발신번호별 조회 기능은 제공이 되지 않습니다. +
+ 조회 시작일을 지정하실 수 있으며, 시작일 이전 며칠까지 조회할지 설정이 가능합니다. +
+ 조회 시 최근 발송내역 순서로 소팅됩니다.


@@ -103,7 +107,7 @@ startDate 시작일자 String - O + X endDate @@ -119,7 +123,6 @@ - * 텍스트 용량(Byte)에 대한 안내 : 2Byte, 영문·숫자 1Byte를 차지.