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

View File

@@ -7,3 +7,15 @@
测试提交7 测试提交7
测试提交8 测试提交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) }}