TASK:免密登录;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user