diff --git a/packages/nonebot-adapter-feishu/nonebot/adapters/feishu/bot.py b/packages/nonebot-adapter-feishu/nonebot/adapters/feishu/bot.py index 6b527c09..3d797a80 100644 --- a/packages/nonebot-adapter-feishu/nonebot/adapters/feishu/bot.py +++ b/packages/nonebot-adapter-feishu/nonebot/adapters/feishu/bot.py @@ -137,9 +137,9 @@ class Bot(BaseBot): @property def api_root(self) -> str: if self.feishu_config.region == "Lark" : - return "https://open.larksuite.com/open-apis/" + return "https://open.larksuite.com/open-apis/" else: - return "https://open.feishu.cn/open-apis/" + return "https://open.feishu.cn/open-apis/" @classmethod def register(cls, driver: Driver, config: "Config"):