代码提交

This commit is contained in:
2023-06-27 11:39:51 +08:00
parent fdb0e3fdd2
commit cabede01e6
6 changed files with 30 additions and 32 deletions

View File

@@ -15,7 +15,9 @@ public enum MessageEnum {
FORGET_PWD(3, "SMS_176195072"),
UPDATE_PHONE(4, "SMS_175583840"),
JUDGE_OLD_PHONE(5, "SMS_176195072"),
EVENT_MESSAGE_NOTICE(6,"SMS_212270827");
EVENT_MESSAGE_NOTICE(6,"SMS_212270827"),
DEFAULT_PASSWORD(7,"SMS_212270827"),
;
private final int code;