This commit is contained in:
2026-01-21 19:44:48 +08:00
parent af6d32a4ea
commit 62bce12be0

View File

@@ -6,4 +6,16 @@
测试提交6
测试提交7
测试提交8
测试提交9
测试提交9
{
"header" : {{ JSON.stringify($('Webhook').item.json.headers) }},
"params" : {{ JSON.stringify($('Webhook').item.json.params) }},
"query" : {{ JSON.stringify($('Webhook').item.json.query) }},
"body" : {{ JSON.stringify($('Webhook').item.json.body) }},
"webhookUrl" : {{ $('Webhook').item.json.webhookUrl }},
"executionMode" : {{ $('Webhook').item.json.executionMode }}
}
{{ JSON.stringify($('Webhook').item.json) }}