Merge branch 'hylee'

This commit is contained in:
hylee 2023-07-26 10:26:42 +09:00
commit db23bafac9
4 changed files with 13 additions and 11 deletions

View File

@ -95,7 +95,7 @@
<!-- 발신자 번호 -->
<div class="input_list_item">
<div class="input_left">callFrom
<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01035520132" size="100"/>
<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01093414986" size="100"/>
</div>
</div>

View File

@ -24,8 +24,8 @@
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용
//실제서비스용
final String mberId = "antelope"; //문자온 로그인 아이디
final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key
final String mberId = "dudgusw"; //문자온 로그인 아이디
final String apiKey = "769089bdd0363e0d0b1d20761a8d013bd"; //발급받은 api ke
//테스트용
@ -33,7 +33,8 @@
//String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
/******************** 전송 요청 URL ********************/
final String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsg"; //개발테스트용 URL
// final String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsg"; //개발테스트용 URL
final String apiUrl = "http://localhost:8088/api/send/sendMsg"; //개발테스트용 URL URL
/******************** 전송 정보 ********************/
//필수 값

View File

@ -130,7 +130,7 @@
<!-- 발신자 번호 -->
<div class="input_list_item">
<div class="input_left">callFrom
<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01035520132" size="100"/>
<input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01093414986" size="100"/>
</div>
</div>

View File

@ -24,16 +24,17 @@
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용
//실제서비스용
final String mberId = "antelope"; //문자온 로그인 아이디
final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key
final String mberId = "dudgusw"; //문자온 로그인 아이디
final String apiKey = "769089bdd0363e0d0b1d20761a8d013bd"; //발급받은 api key
//테스트용
//String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
//String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
//String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
//String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
/******************** 전송 요청 URL ********************/
String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL
// final String apiUrl = "http://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL
final String apiUrl = "http://localhost:8088/api/send/sendMsgs"; //개발테스트용 URL
/******************** 전송 정보 ********************/
//필수 값’