第三方登录-google-已注册直接返回
This commit is contained in:
@@ -185,6 +185,7 @@ public class AccountManageService {
|
||||
account.setLastLoginIp(ipAddress);
|
||||
account.setUpdateTime(new Date());
|
||||
accountMapper.updateById(account);
|
||||
return account;
|
||||
}
|
||||
|
||||
checkRegisterLimit(deviceInfo.getDeviceId(), ipAddress);
|
||||
|
Reference in New Issue
Block a user