Compare commits
No commits in common. "21b0c2cc4949aa87591e1fd0ab6d4a935b1bfa01" and "1979ac753028a215b055c3cceb2d7cd19b712908" have entirely different histories.
21b0c2cc49
...
1979ac7530
@ -56,7 +56,7 @@ func ParseToChatUser(c *gin.Context) (chatUserInfo *accountFiee.ChatUserData, co
|
||||
OriginId: int64(fieeJwtInfo.ID),
|
||||
}
|
||||
domain = config.AppConfig.System.Domain
|
||||
fmt.Printf("fiee token decrypt success, domain:%s , originId:%d", domain, originId)
|
||||
fmt.Println("fiee token decrypt success, domain:", domain)
|
||||
}
|
||||
case e.ErpDomain:
|
||||
token, err = secret.GetJwtFromStr(token)
|
||||
@ -77,7 +77,7 @@ func ParseToChatUser(c *gin.Context) (chatUserInfo *accountFiee.ChatUserData, co
|
||||
Origin: e.ErpDomain,
|
||||
OriginId: int64(fontreeJwtInfo.ID),
|
||||
}
|
||||
fmt.Println("fontree token decrypt success, domain:%s , originId:%d", domain, originId)
|
||||
fmt.Println("fontree token decrypt success, domain:", domain)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user