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