feat(lark):enable lark callback

This commit is contained in:
lipu
2025-02-11 21:37:07 +08:00
parent e89c6b68c9
commit 2c3fdb4fdc
4 changed files with 69 additions and 13 deletions

View File

@@ -23,7 +23,8 @@ class LarkConfigMigration(migration.Migration):
"enable": False,
"app_id": "cli_abcdefgh",
"app_secret": "XXXXXXXXXX",
"bot_name": "LangBot"
"bot_name": "LangBot",
"port": None
})
await self.ap.platform_cfg.dump_config()