- user GetUserTag in jxcontext.Context.GetUserName

This commit is contained in:
gazebo
2019-03-12 17:08:41 +08:00
parent 6693bd4bf5
commit 8ce4ee0be9
3 changed files with 19 additions and 1 deletions

View File

@@ -115,3 +115,7 @@ func (a *LoginInfo) GetAuthID() string {
func (a *LoginInfo) GetAuthType() string {
return a.LoginType
}
func (a *LoginInfo) GetUserTag() string {
return a.ID
}