数据
This commit is contained in:
@@ -75,6 +75,10 @@ public class AuthAppController {
|
||||
if(!check){
|
||||
return R.fail(600,"验证码错误!");
|
||||
}
|
||||
boolean openRegister = systemConfigManager.getSystemConfigOfBool(SystemConfigEnum.OPEN_REGISTER);
|
||||
if(!openRegister){
|
||||
return R.fail(600,"验证码发送失败,联系客服3");
|
||||
}
|
||||
boolean mobile = PhoneUtil.isMobile(code.getMobile());
|
||||
if(!mobile){
|
||||
return R.fail(600,"请输入正确的手机格式");
|
||||
|
||||
Reference in New Issue
Block a user