From 4ca94214e3008c420036e8338e62e61d9661a910 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Sat, 27 Dec 2025 10:36:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=98=E5=8E=9F=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/do/handle.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/biz/do/handle.go b/internal/biz/do/handle.go index ca2392c..0daedea 100644 --- a/internal/biz/do/handle.go +++ b/internal/biz/do/handle.go @@ -120,10 +120,10 @@ func (r *Handle) HandleMatch(ctx context.Context, client *gateway.Client, rec *e } // 校验用户权限 - // if err = r.PermissionAuth(client, pointTask); err != nil { - // log.Errorf("权限验证失败: %s", err.Error()) - // return - // } + if err = r.PermissionAuth(client, pointTask); err != nil { + log.Errorf("权限验证失败: %s", err.Error()) + return + } switch constants.TaskType(pointTask.Type) { case constants.TaskTypeApi: