mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-22 04:16:07 +00:00
Merge branch 'master' into feat/dingtalk
This commit is contained in:
@@ -252,6 +252,21 @@
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "飞书的bot_name"
|
||||
},
|
||||
"enable-webhook": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "是否启用webhook模式"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"description": "设置监听的端口,开启callback event时需要设置",
|
||||
"default": 2285
|
||||
},
|
||||
"encrypt-key": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "设置加密密钥"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -332,6 +347,51 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "微信公众号适配器",
|
||||
"description": "用于接入微信公众号",
|
||||
"properties": {
|
||||
"adapter": {
|
||||
"type": "string",
|
||||
"const": "officialaccount"
|
||||
},
|
||||
"enable": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "是否启用此适配器"
|
||||
},
|
||||
"token": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "微信公众号的token"
|
||||
},
|
||||
"EncodingAESKey": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "微信公众号的EncodingAESKey"
|
||||
},
|
||||
"AppID": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "微信公众号的AppID"
|
||||
},
|
||||
"AppSecret": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "微信公众号的AppSecret"
|
||||
},
|
||||
"host": {
|
||||
"type": "string",
|
||||
"default": "0.0.0.0",
|
||||
"description": "监听的IP地址"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"default": 2287,
|
||||
"description": "监听的端口"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "钉钉适配器",
|
||||
"description": "用于接入钉钉",
|
||||
|
||||
Reference in New Issue
Block a user