feat: 성공 코드 수정 :: STAT_200 -> STAT_0

This commit is contained in:
hylee 2023-05-25 17:19:38 +09:00
parent 3c946d3dd3
commit 05b68e594b

View File

@ -26,7 +26,7 @@ import lombok.Getter;
@Getter @Getter
public enum StatMsg { public enum StatMsg {
// 문자보내기 ====================================================================== // 문자보내기 ======================================================================
STAT_200("200","") STAT_0("0","")
, STAT_1010("1010","발신자 전화번호 사용 불가") , STAT_1010("1010","발신자 전화번호 사용 불가")
, STAT_1020("1020","수신자 전화번호 오류") , STAT_1020("1020","수신자 전화번호 오류")
, STAT_1030("1030","문자 내용 발송 불가") , STAT_1030("1030","문자 내용 발송 불가")