|
|
@@ -104,7 +104,7 @@ public class TscKakaotalkService {
|
|
|
replaceInfo.setString("siteNm", siteNm);
|
|
|
replaceInfo.setString("custNm", customer.getCustNm());
|
|
|
replaceInfo.setString("custId", customer.getCustId());
|
|
|
- replaceInfo.setString("cpnNm", customer.getCpnNm());
|
|
|
+ replaceInfo.setString("cpnNm", coupon.getCpnNm());
|
|
|
replaceInfo.setString("joinDt", today);
|
|
|
|
|
|
replaceInfo.set("custNo", customer.getCustNo());
|
|
|
@@ -126,28 +126,6 @@ public class TscKakaotalkService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 인증번호발송
|
|
|
- * @param customer - 고객 정보
|
|
|
- * @param senderNo - 발송자번호(고객, 사용자)
|
|
|
- * @author jsshin
|
|
|
- * @since 2020. 4. 8
|
|
|
- */
|
|
|
- public void sendCustomerCertNo(Customer customer, Integer senderNo) throws Exception {
|
|
|
- SsgDirectMessage dm = new SsgDirectMessage();
|
|
|
- dm.setFuserid(String.valueOf(senderNo)); // 발송자NO
|
|
|
- dm.setFdestine(customer.getCellPhnno());
|
|
|
-// dm.setFkkoresendtype("LMS");
|
|
|
-
|
|
|
- GagaMap replaceInfo = new GagaMap();
|
|
|
- replaceInfo.setString("siteNm", siteNm);
|
|
|
- replaceInfo.setString("custNm", customer.getCustNm());
|
|
|
- replaceInfo.setString("certNo", customer.getCertNo());
|
|
|
-
|
|
|
- // SMS로 발송
|
|
|
- kakaoSender.sendSms(SsgKakaoSender.KakaoAnswerSq.CERT_NO_SEND.value(), dm, replaceInfo);
|
|
|
- }
|
|
|
-
|
|
|
// /**
|
|
|
// * 결제완료 알림톡
|
|
|
// * @param customer - 고객 정보
|