인증번호 알림 텍스트 수정
This commit is contained in:
parent
fc75143262
commit
d2ed44a787
@ -5108,7 +5108,7 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
|||||||
String domain = uri.getHost(); // www.munjaon.co.kr 반환
|
String domain = uri.getHost(); // www.munjaon.co.kr 반환
|
||||||
|
|
||||||
if(domain.indexOf("munjaon.co.kr") < 0) {
|
if(domain.indexOf("munjaon.co.kr") < 0) {
|
||||||
mjonCommon.getAdminSandSlack(contents, mjonMsgVO.getCallTo());
|
mjonCommon.getAdminSandSlack(contents, "로그인 인증번호 "+mjonMsgVO.getCallTo());
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user