--- src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
+++ src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
... | ... | @@ -5108,7 +5108,7 @@ |
| 5108 | 5108 |
String domain = uri.getHost(); // www.munjaon.co.kr 반환 |
| 5109 | 5109 |
|
| 5110 | 5110 |
if(domain.indexOf("munjaon.co.kr") < 0) {
|
| 5111 |
- mjonCommon.getAdminSandSlack(contents, mjonMsgVO.getCallTo()); |
|
| 5111 |
+ mjonCommon.getAdminSandSlack(contents, "로그인 인증번호 "+mjonMsgVO.getCallTo()); |
|
| 5112 | 5112 |
} |
| 5113 | 5113 |
|
| 5114 | 5114 |
} catch (Exception e) {
|
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?