From 16ab4ec847009e10e031b16c8b7bdba745b11b2b Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Mon, 20 Oct 2025 11:51:02 +0900 Subject: [PATCH] =?UTF-8?q?5489=20-=20api=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp_example_select_price_form_r1.jsp | 35 ++++++++++++++ .../jsp_example_send_msg_form_r1.jsp | 25 ++++++++-- .../jsp_example_send_msgs_form_r1.jsp | 46 +++++++++++++++++-- .../sample_mjon/jsp_example_send_msgs_r1.jsp | 2 - 4 files changed, 98 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/sample_mjon/jsp_example_select_price_form_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_select_price_form_r1.jsp index b1828cb..229a4a5 100644 --- a/src/main/webapp/sample_mjon/jsp_example_select_price_form_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_select_price_form_r1.jsp @@ -44,10 +44,21 @@ $("span#sp").text(returnData.data.shortPrice); $("span#lp").text(returnData.data.longPrice); $("span#pp").text(returnData.data.picturePrice); + $("span#atp").text(returnData.data.kakaoAtPrice); + $("span#ftp").text(returnData.data.kakaoFtPrice); + $("span#ftip").text(returnData.data.kakaoFtImgPrice); + $("span#ftwip").text(returnData.data.kakaoFtWideImgPrice); + $("span#um").text(returnData.data.mberMoney); + $("span#sspe").text(returnData.data.shortSendPsbltEa); $("span#lspe").text(returnData.data.longSendPsbltEa); $("span#pspe").text(returnData.data.pictureSendPsbltEa); + + $("span#atspe").text(returnData.data.kakaoAtSendPsbltEa); + $("span#ftspe").text(returnData.data.kakaoFtSendPsbltEa); + $("span#ftispe").text(returnData.data.kakaoFtImgSendPsbltEa); + $("span#ftwispe").text(returnData.data.kakaoFtWideImgSendPsbltEa); } else{ alert(returnData.data.resultCode+" : "+returnData.data.msg); } @@ -116,6 +127,18 @@
그림문자단가 :
+
알리톡단가 : +
+ +
친구톡단가 : +
+ +
친구톡이미지단가 : +
+ +
친구톡와이드이미지단가 : +
+
현재보유금액 :
@@ -127,6 +150,18 @@
그림문자발송가능건수 :
+ +
알리톡가능건수 : +
+ +
친구톡가능건수 : +
+ +
친구톡이미지가능건수 : +
+ +
친구톡와이드이미지가능건수 : +
diff --git a/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp index 487535b..8fb1c26 100644 --- a/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp @@ -1,9 +1,28 @@ <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> - + +