Skip to content

Commit

Permalink
fix : 메시지 스펙 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 committed Jan 19, 2024
1 parent cd08865 commit 77b438f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public VerificationMessageSendResponse sendVerificationMessage(
}

private String generateMessage(final String code, final String appHashKey) {
return "<*>[ARchive]"
+ "[ARchive 인증번호: "
return "<#>[ARchive]"
+ "본인확인 인증번호는 ["
+ code
+ "]"
+ "]입니다."
+ appHashKey;
}

Expand Down

0 comments on commit 77b438f

Please sign in to comment.