This commit is contained in:
aozhiwei 2024-11-29 15:13:29 +08:00
parent 47b2860e55
commit 3e2834f7c6

View File

@ -32,6 +32,10 @@ func (this *UserApi) Login(c *gin.Context) {
return
} else if !found {
user.AccountId = s.GetAccountId()
user.Uid = s.GetUid()
user.Gid = s.GetGid()
user.OpenId = s.GetOpenId()
user.Invited = s.GetInvited()
user.Avatar = ""
user.NickName = s.GetNickName()
user.Score = 0