|
|
@@ -31,6 +31,8 @@ public class TsaKakaoService {
|
|
|
@Autowired
|
|
|
private TscCustomerService coreCustomerService;
|
|
|
|
|
|
+ public static final String siteNm = "STYLE24";
|
|
|
+
|
|
|
/**
|
|
|
* 고객 임시비밀번호 알림톡 발송
|
|
|
* @param customer - 고객 정보
|
|
|
@@ -46,7 +48,7 @@ public class TsaKakaoService {
|
|
|
dm.setFkkoresendtype("LMS");
|
|
|
|
|
|
GagaMap replaceInfo = new GagaMap();
|
|
|
- replaceInfo.setString("siteNm", TscConstants.Style24Infomation.SITE_NAME.value());
|
|
|
+ replaceInfo.setString("siteNm", siteNm);
|
|
|
replaceInfo.setString("custNm", customer.getCustNm());
|
|
|
replaceInfo.setString("passwd", customer.getPasswd());
|
|
|
|
|
|
@@ -80,7 +82,7 @@ public class TsaKakaoService {
|
|
|
dm.setFdestine(customer.getCellPhnno());
|
|
|
|
|
|
GagaMap replaceInfo = new GagaMap();
|
|
|
- replaceInfo.setString("siteNm", TscConstants.Style24Infomation.SITE_NAME.value());
|
|
|
+ replaceInfo.setString("siteNm", siteNm);
|
|
|
replaceInfo.setString("custNm", customer.getCustNm());
|
|
|
replaceInfo.setString("content", customer.getContent());
|
|
|
replaceInfo.setString("callcenterTelNo", TscConstants.CALLCENTER_TEL_NO);
|
|
|
@@ -116,7 +118,7 @@ public class TsaKakaoService {
|
|
|
dm.setFkkoresendtype("LMS");
|
|
|
|
|
|
GagaMap replaceInfo = new GagaMap();
|
|
|
- replaceInfo.setString("siteNm", TscConstants.Style24Infomation.SITE_NAME.value());
|
|
|
+ replaceInfo.setString("siteNm", siteNm);
|
|
|
replaceInfo.setString("custNm", customer.getCustNm());
|
|
|
replaceInfo.setString("certNo", customer.getCertNo());
|
|
|
|