This commit is contained in:
邹宗楠
2022-03-30 10:12:16 +08:00
parent 98835938e2
commit 8a52877e97
5 changed files with 15 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ type AuthInfo struct {
Token string `json:"token"`
TokenType int `json:"tokenType"` // TOKEN类型
IsExistOpenID bool `json:"isExistOpenID"`
AppID string `json:"appId"` // appId
}
func (a *AuthInfo) GetAuthID() string {