fix: 修复模板字段取值逻辑并补充调试日志
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user