fix: 添加httpCallResultLambda入参调试日志
This commit is contained in:
@@ -156,6 +156,9 @@ func HttpCallResultLambda(ctx context.Context, nodeInput *flowDto.NodeExecutionI
|
||||
// 补上前缀供目标 HTTP 服务直接下载文件
|
||||
addFilePathPrefix(ctx, url, newBody)
|
||||
|
||||
// 打印入参
|
||||
g.Log().Debugf(ctx, "httpCallResultLambda: newBody: %v", newBody)
|
||||
|
||||
// 1. 自己生成唯一 taskId(不用前端给)
|
||||
taskId := "my_task_" + uuid.New().String() // 自己生成唯一ID
|
||||
if responseType == "callback" {
|
||||
|
||||
Reference in New Issue
Block a user