fix: 修复模板字段取值逻辑并补充调试日志

This commit is contained in:
2026-08-22 10:55:04 +08:00
parent 76b899133e
commit f34566d9ad
3 changed files with 15 additions and 13 deletions
@@ -147,6 +147,8 @@ func HttpCallResultLambda(ctx context.Context, nodeInput *flowDto.NodeExecutionI
}
}
g.Log().Debugf(ctx, "httpCallResultLambda: body: %v", body)
// 构建请求参数
ProcessValueSourceRecursive(body, nodeInput.Global)
// 递归剥掉 {type, value/attrs} 包裹层,只保留 key/value