第三方登录-google-已注册直接返回

This commit is contained in:
khalil
2025-07-14 18:32:53 +08:00
parent 6070c4909c
commit 90be8f1070

View File

@@ -185,6 +185,7 @@ public class AccountManageService {
account.setLastLoginIp(ipAddress);
account.setUpdateTime(new Date());
accountMapper.updateById(account);
return account;
}
checkRegisterLimit(deviceInfo.getDeviceId(), ipAddress);