Skip to content

Commit

Permalink
✨ [FEAT] SMS 메시지 수정해보기 ㅋ
Browse files Browse the repository at this point in the history
  • Loading branch information
Jang99u committed Jan 24, 2025
1 parent 52533da commit f0f5ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void sendMessage(
Message message = new Message();
message.setFrom(senderPhoneNumber);
message.setTo(phoneNumber);
message.setText("[테스트] 인증번호는 " + verificationCode + " 입니다. 3분 내로 입력해주세요.");
message.setText("[수현이랑] 인증번호는 " + verificationCode + " 입니다. 3분 내로 입력해주세용. - 레전드 개발자 민장규 ㅋㅋ");

SingleMessageSentResponse response = this.messageService.sendOne(new SingleMessageSendingRequest(message));
}
Expand Down

0 comments on commit f0f5ee5

Please sign in to comment.