refactor: webhook请求方法支持GET
This commit is contained in:
parent
f6e38affd6
commit
9a3f895618
|
@ -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`参数
|
||||
|
||||
### 触发器参数提取规则
|
||||
|
||||
|
|
Loading…
Reference in New Issue