2023-06-22 17:15
@e5866d89c95f987379dc075fe5a118f3e98df769
--- src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Mysql.xml
... | ... | @@ -229,6 +229,7 @@ |
| 229 | 229 |
<!-- 관리자 대쉬보드 접속 리스트 --> |
| 230 | 230 |
<select id="LoginLogDAO.selectAmdinLog" parameterClass="loginLog" resultClass="loginLog"> |
| 231 | 231 |
SELECT |
| 232 |
+ COUNT(1) OVER() AS totCnt , |
|
| 232 | 233 |
a.ADMINLOG_ID logId , |
| 233 | 234 |
b.USER_NM loginNm, |
| 234 | 235 |
DATE_FORMAT(a.CREAT_DT, '%Y-%m-%d %H:%i' ) creatDt, |
... | ... | @@ -256,6 +257,7 @@ |
| 256 | 257 |
a.URL LIKE CONCAT('%' , #searchKeyword#, '%')
|
| 257 | 258 |
</isEqual> |
| 258 | 259 |
</isNotEmpty> |
| 260 |
+ |
|
| 259 | 261 |
ORDER BY 1=1 |
| 260 | 262 |
<isNotEmpty property="searchSortCnd"> |
| 261 | 263 |
,$searchSortCnd$ |
--- src/main/webapp/sample_mjon/jsp_example_hstry_detail_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_hstry_detail_form_r1.jsp
... | ... | @@ -127,6 +127,7 @@ |
| 127 | 127 |
</div> |
| 128 | 128 |
<div class="mem_cont_in"> |
| 129 | 129 |
<div class="input_list"> |
| 130 |
+ <!-- |
|
| 130 | 131 |
<div class="input_list_item"> |
| 131 | 132 |
<div class="input_left">*mberId |
| 132 | 133 |
<input type="text" class="list_inputType1" id="mberId" maxlength="100" value="goodgkdus" size="100"/> |
... | ... | @@ -137,6 +138,7 @@ |
| 137 | 138 |
<input type="text" class="list_inputType1" id="apiKey" maxlength="100" value="24cb8ec4ed7c16969d2ab2988dd2406ee2820" size="100"/> |
| 138 | 139 |
</div> |
| 139 | 140 |
</div> |
| 141 |
+ --> |
|
| 140 | 142 |
|
| 141 | 143 |
<div class="input_list_item"> |
| 142 | 144 |
<div class="input_left">*메시지ID |
--- src/main/webapp/sample_mjon/jsp_example_hstry_detail_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_hstry_detail_r1.jsp
... | ... | @@ -24,17 +24,17 @@ |
| 24 | 24 |
|
| 25 | 25 |
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용해주세요 |
| 26 | 26 |
//실제서비스용 |
| 27 |
-// final String mberId = "goodgkdus"; //문자온 로그인 아이디 |
|
| 28 |
-// final String apiKey = "12e749877379aa7426275414050694b953"; //발급받은 api key |
|
| 27 |
+ final String mberId = "antelope"; //문자온 로그인 아이디 |
|
| 28 |
+ final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key |
|
| 29 | 29 |
|
| 30 | 30 |
//테스트용 |
| 31 |
- String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 32 |
- String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 31 |
+ //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 32 |
+ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 | 35 |
/******************** 전송요청 URL ********************/ |
| 36 |
- //final String apiUrl = "https://api.munjaon.co.kr/api/inqry/hstryDetail"; |
|
| 37 |
- final String apiUrl = "http://localhost:8088/api/inqry/hstryDetail"; |
|
| 36 |
+ //final String apiUrl = "https://api.munjaon.co.kr/api/inqry/hstryDetail"; |
|
| 37 |
+ final String apiUrl = "https://api.munjaon.co.kr/api/inqry/hstryDetail"; // 전송요청 URL |
|
| 38 | 38 |
|
| 39 | 39 |
// String apiUrl = "https://apidev.munjaon.co.kr:9998/api/inqry/hstryDetail"; |
| 40 | 40 |
/**************** 발송가능건수 예제 ******************/ |
--- src/main/webapp/sample_mjon/jsp_example_hstry_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_hstry_form_r1.jsp
... | ... | @@ -148,7 +148,8 @@ |
| 148 | 148 |
|
| 149 | 149 |
</div> |
| 150 | 150 |
<div class="mem_cont_in"> |
| 151 |
- <div class="input_list"> |
|
| 151 |
+ <div class="input_list"> |
|
| 152 |
+ <!-- |
|
| 152 | 153 |
<div class="input_list_item"> |
| 153 | 154 |
<div class="input_left">*mberId |
| 154 | 155 |
<input type="text" class="list_inputType1" id="mberId" maxlength="100" value="goodgkdus" size="100"/> |
... | ... | @@ -159,6 +160,7 @@ |
| 159 | 160 |
<input type="text" class="list_inputType1" id="apiKey" maxlength="100" value="12e749877379aa7426275414050694b953" size="100"/> |
| 160 | 161 |
</div> |
| 161 | 162 |
</div> |
| 163 |
+ --> |
|
| 162 | 164 |
|
| 163 | 165 |
<div class="input_list_item"> |
| 164 | 166 |
<div class="input_left">페이지번호 |
--- src/main/webapp/sample_mjon/jsp_example_hstry_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_hstry_r1.jsp
... | ... | @@ -24,19 +24,19 @@ |
| 24 | 24 |
|
| 25 | 25 |
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용해주세요 |
| 26 | 26 |
//실제서비스용 |
| 27 |
- //final String mberId = "goodgkdus"; //문자온 로그인 아이디 |
|
| 28 |
- //final String apiKey = "12e749877379aa7426275414050694b953"; //발급받은 api key |
|
| 27 |
+ final String mberId = "antelope"; //문자온 로그인 아이디 |
|
| 28 |
+ final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key |
|
| 29 | 29 |
|
| 30 | 30 |
//테스트용 |
| 31 |
- String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 32 |
- String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 31 |
+ //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 32 |
+ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 | 35 |
/******************** 전송요청 URL ********************/ |
| 36 | 36 |
//final String apiUrl = "https://api.munjaon.co.kr/api/inqry/hstry"; |
| 37 | 37 |
// final String apiUrl = "http://localhost:8088/api/inqry/hstry"; |
| 38 | 38 |
|
| 39 |
- String apiUrl = "https://apidev.munjaon.co.kr:9998/api/inqry/hstry"; // 전송요청 URL |
|
| 39 |
+ String apiUrl = "https://api.munjaon.co.kr/api/inqry/hstry"; // 전송요청 URL |
|
| 40 | 40 |
/**************** 발송가능건수 예제 ******************/ |
| 41 | 41 |
System.out.println("전체발송이력");
|
| 42 | 42 |
|
--- src/main/webapp/sample_mjon/jsp_example_select_price_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_select_price_form_r1.jsp
... | ... | @@ -81,7 +81,8 @@ |
| 81 | 81 |
|
| 82 | 82 |
</div> |
| 83 | 83 |
<div class="mem_cont_in"> |
| 84 |
- <div class="input_list"> |
|
| 84 |
+ <div class="input_list"> |
|
| 85 |
+ <!-- |
|
| 85 | 86 |
<div class="input_list_item"> |
| 86 | 87 |
<div class="input_left">*mberId |
| 87 | 88 |
<input type="text" class="list_inputType1" id="mberId" maxlength="100" value="goodgkdus" size="100"/> |
... | ... | @@ -92,6 +93,7 @@ |
| 92 | 93 |
<input type="text" class="list_inputType1" id="apiKey" maxlength="100" value="24cb8ec4ed7c16969d2ab2988dd2406ee2820" size="100"/> |
| 93 | 94 |
</div> |
| 94 | 95 |
</div> |
| 96 |
+ --> |
|
| 95 | 97 |
|
| 96 | 98 |
<div class="mem_btnWrap2"> |
| 97 | 99 |
<button type="button" class="mem_btn3" style="width: 100%;" id="ajax_select_price" onclick="return false;">발송가능건수 요청</button> |
--- src/main/webapp/sample_mjon/jsp_example_select_price_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_select_price_r1.jsp
... | ... | @@ -28,17 +28,21 @@ |
| 28 | 28 |
//final String apiKey = "12e749877379aa7426275414050694b953"; //발급받은 api key |
| 29 | 29 |
|
| 30 | 30 |
//테스트용 |
| 31 |
- String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 32 |
- String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 31 |
+ //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 32 |
+ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 | 35 |
/******************** 전송요청 URL ********************/ |
| 36 |
- final String apiUrl = "https://apidev.munjaon.co.kr:9998/api/inqry/selectPrice"; |
|
| 36 |
+ final String apiUrl = "https://api.munjaon.co.kr/api/inqry/selectPrice"; |
|
| 37 | 37 |
// final String apiUrl = "http://localhost:8088/api/inqry/selectPrice"; |
| 38 | 38 |
|
| 39 |
+ final String mberId = "antelope"; //문자온 로그인 아이디 |
|
| 40 |
+ final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key |
|
| 41 |
+ |
|
| 39 | 42 |
/**************** 발송가능건수 예제 ******************/ |
| 40 | 43 |
System.out.println("잔액|단가|발송가능건수");
|
| 41 | 44 |
|
| 45 |
+ |
|
| 42 | 46 |
|
| 43 | 47 |
Map<String, String> params = new HashMap<String, String>(); |
| 44 | 48 |
|
--- src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
... | ... | @@ -78,7 +78,8 @@ |
| 78 | 78 |
|
| 79 | 79 |
</div> |
| 80 | 80 |
<div class="mem_cont_in"> |
| 81 |
- <div class="input_list"> |
|
| 81 |
+ <div class="input_list"> |
|
| 82 |
+ <!-- |
|
| 82 | 83 |
<div class="input_list_item"> |
| 83 | 84 |
<div class="input_left">*mberId |
| 84 | 85 |
<input type="text" class="list_inputType1" id="mberId" maxlength="100" value="goodgkdus" size="100"/> |
... | ... | @@ -89,6 +90,7 @@ |
| 89 | 90 |
<input type="text" class="list_inputType1" id="apiKey" maxlength="100" value="24cb8ec4ed7c16969d2ab2988dd2406ee2820" size="100"/> |
| 90 | 91 |
</div> |
| 91 | 92 |
</div> |
| 93 |
+ --> |
|
| 92 | 94 |
|
| 93 | 95 |
<!-- 발신자 번호 --> |
| 94 | 96 |
<div class="input_list_item"> |
--- src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
... | ... | @@ -24,17 +24,17 @@ |
| 24 | 24 |
|
| 25 | 25 |
/******************** 전송 요청 URL ********************/ |
| 26 | 26 |
//final String apiUrl = "http://localhost:8088/api/send/sendMsg"; |
| 27 |
- final String apiUrl = "https://apidev.munjaon.co.kr:9998/api/send/sendMsg"; //개발테스트용 URL |
|
| 27 |
+ final String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsg"; //개발테스트용 URL |
|
| 28 | 28 |
//final String apiUrl = "https://api.munjaon.co.kr:9998/api/send/sendMsg"; //실제 서비스 URL |
| 29 | 29 |
|
| 30 | 30 |
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용 |
| 31 | 31 |
//실제서비스용 |
| 32 |
- //final String mberId = "goodgkdus"; //문자온 로그인 아이디 |
|
| 33 |
- //final String apiKey = "12e749877379aa7426275414050694b953"; //발급받은 api key |
|
| 32 |
+ final String mberId = "antelope"; //문자온 로그인 아이디 |
|
| 33 |
+ final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key |
|
| 34 | 34 |
|
| 35 | 35 |
//테스트용 |
| 36 |
- String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 37 |
- String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 36 |
+ //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 37 |
+ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 38 | 38 |
|
| 39 | 39 |
/******************** 전송 정보 ********************/ |
| 40 | 40 |
//필수 값 |
--- src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp
... | ... | @@ -113,7 +113,8 @@ |
| 113 | 113 |
|
| 114 | 114 |
</div> |
| 115 | 115 |
|
| 116 |
- <div class="input_list"> |
|
| 116 |
+ <div class="input_list"> |
|
| 117 |
+ <!-- |
|
| 117 | 118 |
<div class="input_list_item"> |
| 118 | 119 |
<div class="input_left">*mberId |
| 119 | 120 |
<input type="text" class="list_inputType1" id="mberId" maxlength="100" value="goodgkdus" size="100"/> |
... | ... | @@ -124,6 +125,7 @@ |
| 124 | 125 |
<input type="text" class="list_inputType1" id="apiKey" maxlength="100" value="24cb8ec4ed7c16969d2ab2988dd2406ee2820" size="100"/> |
| 125 | 126 |
</div> |
| 126 | 127 |
</div> |
| 128 |
+ --> |
|
| 127 | 129 |
|
| 128 | 130 |
<!-- 발신자 번호 --> |
| 129 | 131 |
<div class="input_list_item"> |
--- src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp
... | ... | @@ -25,16 +25,16 @@ |
| 25 | 25 |
/******************** 전송 요청 URL ********************/ |
| 26 | 26 |
//String apiUrl = "http://localhost:8088/api/send/sendMsgs"; |
| 27 | 27 |
//final String apiUrl = "https://api.munjaon.co.kr:9998/api/send/sendMsg"; //실제 서비스 URL |
| 28 |
- String apiUrl = "https://apidev.munjaon.co.kr:9998/api/send/sendMsgs"; //개발테스트용 URL |
|
| 28 |
+ String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL |
|
| 29 | 29 |
|
| 30 | 30 |
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용 |
| 31 | 31 |
//실제서비스용 |
| 32 |
- //final String mberId = "goodgkdus"; //문자온 로그인 아이디 |
|
| 33 |
- //final String apiKey = "12e749877379aa7426275414050694b953"; //발급받은 api key |
|
| 32 |
+ final String mberId = "antelope"; //문자온 로그인 아이디 |
|
| 33 |
+ final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key |
|
| 34 | 34 |
|
| 35 | 35 |
//테스트용 |
| 36 |
- String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 37 |
- String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 36 |
+ //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 37 |
+ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 38 | 38 |
|
| 39 | 39 |
/******************** 전송 정보 ********************/ |
| 40 | 40 |
//필수 값 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?