调整授权登录功能

develop
old易 2024-10-11 11:58:24 +08:00
parent c28bc8eaa3
commit 5d73f11641
1 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,8 @@ namespace New_College.Controllers
ModifyTime = DateTime.UtcNow, ModifyTime = DateTime.UtcNow,
TenantId = userinfo.result.TenantId, TenantId = userinfo.result.TenantId,
AvatarUrl = userinfo.result.Avatar, AvatarUrl = userinfo.result.Avatar,
CustomerType = CustomerTypeEnum.General CustomerType = CustomerTypeEnum.General,
Datainit = false
}; };
user.Id = await _CustomerInfoServices.Add(user); user.Id = await _CustomerInfoServices.Add(user);
} }