修改问题

This commit is contained in:
zpc 2024-11-15 02:13:24 +08:00
parent 18336f87fb
commit 2b1ff84d4f

View File

@ -224,7 +224,7 @@ namespace CloudGaming.Code.Account
UserIconUrl = AppConfig.UserConfig.UserIconUrl,
NickName = $"{AppConfig.UserConfig.NickName}{new Random().Next(1000, 9999)}",
Ip = ip,
IsRealName = false
UserRealNameStatus = 0,
};
await Dao.DaoUser.Context.T_User.AddAsync(user);
await Dao.DaoUser.Context.SaveChangesAsync();