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