mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-17 03:04:20 +00:00
feat(lark): supports for encrypted message
This commit is contained in:
@@ -253,9 +253,20 @@
|
||||
"default": "",
|
||||
"description": "飞书的bot_name"
|
||||
},
|
||||
"enable-webhook": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "是否启用webhook模式"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
"description": "设置监听的端口,开启callback event"
|
||||
"description": "设置监听的端口,开启callback event时需要设置",
|
||||
"default": 2285
|
||||
},
|
||||
"encrypt-key": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "设置加密密钥"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user