messageType SMS(=kakao)로 통일
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-08-03 10:44:11 +09:00
parent 14798b8cbd
commit d231a2b330
@@ -90,7 +90,7 @@ public class MessageSendService {
smsRequest.setEaiInterfaceId(smsEaiInterfaceId);
smsRequest.setServiceId(portalProperties.get("djb.ums.sms.tx_id"));
smsRequest.setUserId(user.getUserId());
smsRequest.setMessageType("KAKAO");
smsRequest.setMessageType("SMS");
messageRequestRepository.save(smsRequest);
logger.debug(smsRequest.toString());
}