Compare commits

..

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

View File

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