fix: 标明可接收的触发器参数Content-Type [https://gitee.com/jianmu-dev/jianmu-docs/issues/I4Y06O]

This commit is contained in:
liamjung 2022-03-15 23:39:51 +08:00
parent 1a43f3c521
commit 9588dac475
1 changed files with 5 additions and 5 deletions

View File

@ -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 bodyContent-Type为application/json`
* Form表单$.body.form.xxx`http bodyContent-Type为application/x-www-form-urlencoded`
* Text: $.body.text`http bodyContent-Type为text/plain`
**Webhook请求参数示例**
```