Compare commits

..

No commits in common. "8d43eaf18d06d4029f6bb95db4b0c90f4c201b3b" and "8e30f6c984cf88222c873b2baafd6cbf3cb216f1" have entirely different histories.

View File

@ -97,7 +97,6 @@ func CheckWebLogin(provider *account.AccountClientImpl) gin.HandlerFunc {
//0 解密
req := account.DecryptJwtRequest{
Token: jwt,
Domain: "fontree",
}
info, err := service.AccountProvider.DecryptJwt(ctx, &req)