|
@@ -62,6 +62,7 @@ public class UserFacade extends UserServiceImpl {
|
|
if(bean != null) {
|
|
if(bean != null) {
|
|
throw new CommonException(ServiceErrorCode.USER_EXIST);
|
|
throw new CommonException(ServiceErrorCode.USER_EXIST);
|
|
}
|
|
}
|
|
|
|
+ //TODO 测试注释了图形验证和短信验证,后面要开启
|
|
// verFacade.verifyImgVerification(imgVerVerVO); //保存时再次校验图形验证码,主要是为了防止跳过前端校验直接调用接口
|
|
// verFacade.verifyImgVerification(imgVerVerVO); //保存时再次校验图形验证码,主要是为了防止跳过前端校验直接调用接口
|
|
|
|
|
|
PasswordEncoder passwordEncoder = PasswordEncoderFactories.createDelegatingPasswordEncoder();
|
|
PasswordEncoder passwordEncoder = PasswordEncoderFactories.createDelegatingPasswordEncoder();
|