邮箱-登录记录
This commit is contained in:
@@ -245,6 +245,7 @@ public class MyUserDetailsServiceImpl implements MyUserDetailsService {
|
||||
accountLoginRecord.setLoginType(loginType);
|
||||
accountLoginRecord.setDeviceId(deviceInfo.getDeviceId());
|
||||
accountLoginRecord.setPhone(account.getPhone());
|
||||
accountLoginRecord.setEmail(account.getEmail());
|
||||
accountLoginRecord.setApp(account.getApp());
|
||||
accountLoginRecord.setAppVersion(deviceInfo.getAppVersion());
|
||||
accountLoginRecord.setIspType(deviceInfo.getIspType());
|
||||
|
Reference in New Issue
Block a user