feat(lark): supports for encrypted message

This commit is contained in:
Junyan Qin
2025-02-12 21:12:53 +08:00
parent 2c3fdb4fdc
commit 6502a64cab
6 changed files with 115 additions and 33 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ class LarkConfigMigration(migration.Migration):
"app_id": "cli_abcdefgh",
"app_secret": "XXXXXXXXXX",
"bot_name": "LangBot",
"port": None
"enable-webhook": False,
"port": 2285,
"encrypt-key": "xxxxxxxxx"
})
await self.ap.platform_cfg.dump_config()