fix: 标明可接收的触发器参数Content-Type [https://gitee.com/jianmu-dev/jianmu-docs/issues/I4Y06O]
This commit is contained in:
parent
1a43f3c521
commit
9588dac475
|
@ -56,12 +56,12 @@ trigger:
|
|||
|
||||
根据提取的位置不同,提取规则如下:
|
||||
|
||||
* Header:$.header.xxx
|
||||
* Query:$.query.xxx
|
||||
* Header:$.header.xxx,`http header`
|
||||
* Query:$.query.xxx,`http querystring`
|
||||
* Body:
|
||||
* JSON: $.body.json.xxx
|
||||
* Form表单:$.body.form.xxx
|
||||
* Text: $.body.text
|
||||
* JSON: $.body.json.xxx,`http body,Content-Type为application/json`
|
||||
* Form表单:$.body.form.xxx,`http body,Content-Type为application/x-www-form-urlencoded`
|
||||
* Text: $.body.text,`http body,Content-Type为text/plain`
|
||||
|
||||
**Webhook请求参数示例**
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue