fix: add log

This commit is contained in:
fuzhongyun 2025-11-28 09:17:11 +08:00
parent 08932ad38f
commit ec5623bc07
1 changed files with 1 additions and 0 deletions

View File

@ -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
}