Merge branch 'master' into 5102_친구톡_발송속도_개선

This commit is contained in:
hehihoho3@gmail.com 2025-07-11 18:10:47 +09:00
commit dd8524f19c

View File

@ -3333,13 +3333,16 @@ function fnTestSend(){
return false;
}
console.log('imgFilePath : ', imgFilePath);
//그림문자가 아닌데 본문 비어있는지 확인
if(imgFilePath.length == 0) {
if(msgForm.smsTxtArea.value == "") {
alert("문자 내용을 입력해 주세요.");
return false;
}
}else{//문자내용에 스팸 단어 포함여부 체크
}
/* else{//문자내용에 스팸 단어 포함여부 체크
console.log(' : spam데이터 : ');
var spmData = new FormData(msgForm);
url = "/web/mjon/msgdata/selectSpamTxtChkAjax.do";
@ -3383,7 +3386,7 @@ function fnTestSend(){
error: function (e) { alert("시스템 오류가 발생하였습니다."); console.log("ERROR : ", e); return false;}
});
}
} */
//단문 장문 그림(몇장인지) 판별하기 - 발송금액 계산