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

@ -59,8 +59,10 @@ trigger:
在项目DSL中添加以上定义保存后会自动生成 Webhook链接
![view-webhook.png](./images/view-webhook.png)
> 注意事项:
>
>`Webhook`请求方法类型必须为`Post`
>
>1.`Webhook`请求方法类型为`POST`,支持`body`参数
>
>2.`v2.7.2`开始,`Webhook`请求方法类型支持`Get`,不支持`body`参数
### 触发器参数提取规则