|  |  | @ -216,10 +216,10 @@ public class LoginServiceImpl implements LoginService { | 
			
		
	
		
			
				
					|  |  |  | 	@Override | 
			
		
	
		
			
				
					|  |  |  | 	public Result<UserTokenResultDTO> loginByPassword(LoginByPassWordFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		//1、验证码是否正确
 | 
			
		
	
		
			
				
					|  |  |  | 		/*boolean flag = captchaService.validate(formDTO.getUuid(), formDTO.getCaptcha()); | 
			
		
	
		
			
				
					|  |  |  | 		boolean flag = captchaService.validate(formDTO.getUuid(), formDTO.getCaptcha()); | 
			
		
	
		
			
				
					|  |  |  | 		if(!flag){ | 
			
		
	
		
			
				
					|  |  |  | 			return new Result<UserTokenResultDTO>().error(ErrorCode.CAPTCHA_ERROR); | 
			
		
	
		
			
				
					|  |  |  | 		}*/ | 
			
		
	
		
			
				
					|  |  |  | 		} | 
			
		
	
		
			
				
					|  |  |  | 		//2、账号是否存在
 | 
			
		
	
		
			
				
					|  |  |  | 		//获取用户信息
 | 
			
		
	
		
			
				
					|  |  |  | 		PasswordLoginUserInfoFormDTO passwordLoginUserInfoFormDTO=new PasswordLoginUserInfoFormDTO(); | 
			
		
	
	
		
			
				
					|  |  | 
 |