|
@@ -28,8 +28,8 @@ class LoginService extends CrudService {
|
|
|
throw new BusinessError(ErrorCode.USER_NOT_EXIST);
|
|
|
}
|
|
|
|
|
|
- console.log(res.passwd.secret);
|
|
|
- console.log(passwd);
|
|
|
+ console.log('sjk-->' + res.passwd.secret);
|
|
|
+ console.log('sr-->' + passwd);
|
|
|
if (res.passwd.secret !== passwd) {
|
|
|
throw new BusinessError(ErrorCode.BAD_PASSWORD);
|
|
|
}
|