修改问题
This commit is contained in:
parent
18336f87fb
commit
2b1ff84d4f
|
|
@ -224,7 +224,7 @@ namespace CloudGaming.Code.Account
|
||||||
UserIconUrl = AppConfig.UserConfig.UserIconUrl,
|
UserIconUrl = AppConfig.UserConfig.UserIconUrl,
|
||||||
NickName = $"{AppConfig.UserConfig.NickName}{new Random().Next(1000, 9999)}",
|
NickName = $"{AppConfig.UserConfig.NickName}{new Random().Next(1000, 9999)}",
|
||||||
Ip = ip,
|
Ip = ip,
|
||||||
IsRealName = false
|
UserRealNameStatus = 0,
|
||||||
};
|
};
|
||||||
await Dao.DaoUser.Context.T_User.AddAsync(user);
|
await Dao.DaoUser.Context.T_User.AddAsync(user);
|
||||||
await Dao.DaoUser.Context.SaveChangesAsync();
|
await Dao.DaoUser.Context.SaveChangesAsync();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user