refactor: webhook请求方法支持GET

This commit is contained in:
daihw 2023-05-17 15:51:44 +08:00
parent f6e38affd6
commit 9a3f895618
1 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,9 @@ trigger:
![view-webhook.png](./images/view-webhook.png)
> 注意事项:
>
>`Webhook`请求方法类型必须为`Post`
>1.`Webhook`请求方法类型为`POST`,支持`body`参数
>
>2.`v2.7.2`开始,`Webhook`请求方法类型支持`Get`,不支持`body`参数
### 触发器参数提取规则