This commit is contained in:
aozhiwei 2024-11-15 14:44:11 +08:00
parent 6bdaf9b337
commit 3f56768855

View File

@ -10,7 +10,7 @@ type session struct {
}
func (this *session) GetAccountId() string {
return this.jwtUserInfo.Id
return this.jwtUserInfo.OpenId
}
func (this *session) GetId() string {