mirror of https://gitee.com/xiaonuobase/snowy
parent
a783d8fc1a
commit
1297fede62
|
@ -175,7 +175,7 @@ public class AuthServiceImpl implements AuthService {
|
|||
}
|
||||
// 执行校验验证码
|
||||
validValidCode(phoneOrEmail, validCode, validCodeReqNo);
|
||||
}
|
||||
|
||||
// 根据手机号获取用户信息,判断用户是否存在,根据B端或C端判断
|
||||
if(SaClientTypeEnum.B.getValue().equals(type)) {
|
||||
if(ObjectUtil.isEmpty(loginUserApi.getUserByPhone(phoneOrEmail))) {
|
||||
|
@ -187,6 +187,7 @@ public class AuthServiceImpl implements AuthService {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String doLogin(AuthAccountPasswordLoginParam authAccountPasswordLoginParam, String type) {
|
||||
|
|
Loading…
Reference in New Issue