This commit is contained in:
桀尼龟 2025-05-27 09:15:38 +08:00
parent 4aaa28f1d7
commit cfef240daa

View File

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