mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 04:27:21 +09:00
TC 수정
This commit is contained in:
@@ -813,14 +813,14 @@ public class CustMgtService {
|
||||
logger.debug("[Email Send Request - templeteCode : {}]", mailReqMap.get("templeteCode"));
|
||||
logger.debug("[Email Send Request - homeUrl : {}]", mailReqMap.get("homeUrl"));
|
||||
|
||||
mailResultMap = hubeasyApi.sendTemplateMailApi(mailReqMap);
|
||||
|
||||
if (mailResultMap != null) {
|
||||
logger.debug("[Email Send API RESULT : {}]", mailResultMap.get("API_RSLT"));
|
||||
if ("F".equals(mailResultMap.get("API_RSLT"))) {
|
||||
logger.debug("[Email Send API ERROR : {}]", mailResultMap.get("API_RSLT_MSG"));
|
||||
}
|
||||
}
|
||||
// mailResultMap = hubeasyApi.sendTemplateMailApi(mailReqMap);
|
||||
//
|
||||
// if (mailResultMap != null) {
|
||||
// logger.debug("[Email Send API RESULT : {}]", mailResultMap.get("API_RSLT"));
|
||||
// if ("F".equals(mailResultMap.get("API_RSLT"))) {
|
||||
// logger.debug("[Email Send API ERROR : {}]", mailResultMap.get("API_RSLT_MSG"));
|
||||
// }
|
||||
// }
|
||||
logger.debug("############## [Email Send End] ###############");
|
||||
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user