|
@@ -87,7 +87,7 @@ public class SysMessageServiceImpl extends BaseServiceImpl<Long, SysMessage> imp
|
|
// 发送验证码的间隔时间
|
|
// 发送验证码的间隔时间
|
|
public static final int CODE_INTERVAL_TIME = 60;
|
|
public static final int CODE_INTERVAL_TIME = 60;
|
|
|
|
|
|
- private final int DEFAULT_CODE = 888888;
|
|
|
|
|
|
+ private final int DEFAULT_CODE = 666666;
|
|
|
|
|
|
@Value("${message.debugMode}")
|
|
@Value("${message.debugMode}")
|
|
private boolean debugMode;
|
|
private boolean debugMode;
|