From ec5623bc07967e68627cec7b648fc7aa3d03f223 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Fri, 28 Nov 2025 09:17:11 +0800 Subject: [PATCH] fix: add log --- internal/biz/task.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/biz/task.go b/internal/biz/task.go index 1c9a39f..277a97e 100644 --- a/internal/biz/task.go +++ b/internal/biz/task.go @@ -70,6 +70,7 @@ func (t *TaskBiz) GetUserPermission(req *entitys.TaskRequest, auth string) (code // 发送请求 res, err := request.Send() if err != nil { + err = errors.SysErr("请求用户权限失败") return }