|
@@ -29,6 +29,7 @@ public class TsfKakaoService {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private TscCustomerService coreCustomerService;
|
|
private TscCustomerService coreCustomerService;
|
|
|
|
|
|
|
|
|
|
+ public static final String siteNm = "STYLE24";
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 가입축하 알림톡
|
|
* 가입축하 알림톡
|
|
@@ -44,7 +45,7 @@ public class TsfKakaoService {
|
|
|
dm.setFkkoresendtype("LMS");
|
|
dm.setFkkoresendtype("LMS");
|
|
|
|
|
|
|
|
GagaMap replaceInfo = new GagaMap();
|
|
GagaMap replaceInfo = new GagaMap();
|
|
|
- replaceInfo.setString("siteNm", TscConstants.Style24Infomation.SITE_NAME.value());
|
|
|
|
|
|
|
+ replaceInfo.setString("siteNm", siteNm);
|
|
|
replaceInfo.setString("custNm", customer.getCustNm());
|
|
replaceInfo.setString("custNm", customer.getCustNm());
|
|
|
kakaoSender.send(SsgKakaoSender.KakaoAnswerSq.JoinCongrat.value(), dm, replaceInfo);
|
|
kakaoSender.send(SsgKakaoSender.KakaoAnswerSq.JoinCongrat.value(), dm, replaceInfo);
|
|
|
|
|
|