Compare commits

..

9 Commits

Author SHA1 Message Date
9bdc20cdae update 2026-01-21 19:47:05 +08:00
62bce12be0 update 2026-01-21 19:44:48 +08:00
af6d32a4ea 更新 README 文件,添加测试提交9 2026-01-21 19:41:24 +08:00
e2b1b888fe update 2026-01-19 18:26:58 +08:00
311c59ddd6 update 2026-01-19 18:03:31 +08:00
ad63e0f00f update 2026-01-19 17:30:08 +08:00
cd1750c8e8 update 2026-01-19 17:29:26 +08:00
cd8b209ebd update 2026-01-19 17:28:36 +08:00
a524a62639 Merge pull request 'update README to include additional test submission' (#3) from test into main
Reviewed-on: #3
2026-01-19 16:14:13 +08:00

View File

@@ -1,3 +1,23 @@
这是一个测试文件
测试提交2
测试提交3
测试提交3
测试提交4
测试提交5
测试提交6
测试提交7
测试提交8
测试提交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) }}
yes