Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhayujie authored Apr 11, 2023
1 parent d736220 commit 1dcefdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,10 @@ pip3 install requests flask
"type": "dingtalk",
"dingtalk": {
"image_create_prefix": ["", "draw", "Draw"],
"port": "8081", //对外端口
"dingtalk_token": "xx", //webhook地址的access_token
"dingtalk_post_token": "xx", //钉钉post回消息时header中带的检验token
"dingtalk_secret": "xx"// 安全加密加签串,群机器人中
"port": "8081", # 对外端口
"dingtalk_token": "xx", # webhook地址的access_token
"dingtalk_post_token": "xx", # 钉钉post回消息时header中带的检验token
"dingtalk_secret": "xx" # 安全加密加签串,群机器人中
}
}
```
Expand Down Expand Up @@ -574,7 +574,7 @@ pip3 install requests flask
```
**配置**
```json
```bash
"channel": {
"type": "dingtalk",
"feishu": {
Expand Down

0 comments on commit 1dcefdd

Please sign in to comment.