From 62bce12be06590c4187f32cc02c494a943502961 Mon Sep 17 00:00:00 2001 From: Tordor <3262978839@qq.com> Date: Wed, 21 Jan 2026 19:44:48 +0800 Subject: [PATCH] update --- readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0e2446a..7c8d30b 100644 --- a/readme.md +++ b/readme.md @@ -6,4 +6,16 @@ 测试提交6 测试提交7 测试提交8 -测试提交9 \ No newline at end of file +测试提交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) }} \ No newline at end of file