refactor(task): 重构任务处理逻辑并移除文件类型检测功能

This commit is contained in:
WangLiZhao
2026-07-03 15:55:43 +08:00
parent cc23697201
commit 071ebe2adc
9 changed files with 81 additions and 258 deletions
+1
View File
@@ -16,6 +16,7 @@ import (
"github.com/gogf/gf/v2/util/gconv"
)
// PullTaskResult 拉取任务结果
func PullTaskResult(ctx context.Context, body map[string]any, queryConfig map[string]any, headMsg map[string]any) (map[string]any, error) {
taskID, err := extractTaskID(body, queryConfig)
if err != nil {