项目结构调整 x 10 : 使用阿里云的源;解决单元测试报错问题

This commit is contained in:
YunaiV
2021-04-30 09:44:36 +08:00
parent 35f1eb95b6
commit d5883771c8
6 changed files with 57 additions and 2 deletions

View File

@ -85,7 +85,7 @@ public class SysAuthServiceImpl implements SysAuthService {
@Override
public String login(SysAuthLoginReqVO reqVO, String userIp, String userAgent) {
// 判断验证码是否正确
// this.verifyCaptcha(reqVO.getUsername(), reqVO.getUuid(), reqVO.getCode());
this.verifyCaptcha(reqVO.getUsername(), reqVO.getUuid(), reqVO.getCode());
// 使用账号密码,进行登陆。
LoginUser loginUser = this.login0(reqVO.getUsername(), reqVO.getPassword());