--更新接口逻辑

develop
old易 2024-10-10 12:44:04 +08:00
parent 46b729b567
commit c28bc8eaa3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ namespace New_College.Controllers
else
{
user.UUID = userinfo.result?.UnionId;
user.GZOpenId = userinfo.result?.OpenId;
// user.GZOpenId = userinfo.result?.OpenId;
user.ModifyTime = DateTime.UtcNow;
if (!string.IsNullOrEmpty(userinfo.result.Mobile) && string.IsNullOrEmpty(user.Phone))
{