From 8a6e426c0b3d87c2cea7ad2e439f87d8bc79d1b8 Mon Sep 17 00:00:00 2001 From: hylee Date: Thu, 22 Jun 2023 15:59:57 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20REST=20API=20=EC=84=A4=EB=AA=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/sendRESTAPI_infoPage3_r1_tab1.jsp | 4 ++-- .../user/sendRESTAPI_infoPage3_r1_tab5.jsp | 23 +++++++++---------- 2 files changed, 13 insertions(+), 14 deletions(-) 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"

+

  

+

 }

}