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 b342746b..9168f0ce 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 @@ -235,7 +235,7 @@ {

"resultCode":"0"

-

, "data":[

+

, "data":{

"msgGroupId":"MSGGID_0000000000000"

, "msgType":"SMS"

@@ -245,7 +245,7 @@

, "successCnt":"3"

, "test_yn":null

-

]

+

}

} diff --git a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab5.jsp b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab5.jsp index ff0d6c8c..e8a9728e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab5.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab5.jsp @@ -206,18 +206,17 @@ {

 "resultCode":"0"

-

 , "data":[

-

  {

-

   "longPrice":"50"

-

   , "longSendPsbltEa": "19651"

-

   , "mberMoney": "982586.7"

-

   , "message": null

-

   , "picturePrice": "90"

-

   , "pictureSendPsbltEa": "10917"

-

   , "shortPrice": "18"

-

   , "shortSendPsbltEa": "54588"

-

  }

-

 ]

+

 , "data":{

+

  "longPrice":"50"

+

  , "longSendPsbltEa": "19651"

+

  , "mberMoney": "982586.7"

+

  , "message": null

+

  , "picturePrice": "90"

+

  , "pictureSendPsbltEa": "10917"

+

  , "shortPrice": "18"

+

  , "shortSendPsbltEa": "54588"

+

  

+

 }

}