TASK:免密登录;

This commit is contained in:
shahaibo
2024-01-15 15:59:12 +08:00
parent 660ee9d437
commit ca2ed7a69c

View File

@@ -590,6 +590,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
account.setIsBeginner(1);
account.setIsTrial(0);
account.setBrowserIdentifiers(noLoginRequiredDTO.getBrowserIdentifiers());
account.setLanguage(Language.ENGLISH.name());
accountMapper.insert(account);
return Boolean.TRUE;
}