1
This commit is contained in:
parent
47b2860e55
commit
3e2834f7c6
@ -32,6 +32,10 @@ func (this *UserApi) Login(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
} else if !found {
|
} else if !found {
|
||||||
user.AccountId = s.GetAccountId()
|
user.AccountId = s.GetAccountId()
|
||||||
|
user.Uid = s.GetUid()
|
||||||
|
user.Gid = s.GetGid()
|
||||||
|
user.OpenId = s.GetOpenId()
|
||||||
|
user.Invited = s.GetInvited()
|
||||||
user.Avatar = ""
|
user.Avatar = ""
|
||||||
user.NickName = s.GetNickName()
|
user.NickName = s.GetNickName()
|
||||||
user.Score = 0
|
user.Score = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user