|
@@ -329,7 +329,7 @@ public class UserLogicImpl extends BaseLogic implements UserLogic {
|
|
|
// LOG.error(result.getMsg());
|
|
|
// return result;
|
|
|
// }
|
|
|
- System.out.println(userDTO.getEmail());
|
|
|
+ System.out.println("当前邮箱:" + userDTO.getEmail());
|
|
|
if (!EmailValidator.getInstance().isValid(userDTO.getEmail())){
|
|
|
result.init(ResponseStatus.FAILED, "邮箱输入非法", receiver);
|
|
|
LOG.error(result.getMsg());
|