From f4b3a7d73a577d1b9df75b157fdc68bf64a97cb5 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 28 Oct 2025 18:34:47 +0800 Subject: [PATCH] perf: Sync feishu info --- apps/common/sdk/im/feishu/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/sdk/im/feishu/__init__.py b/apps/common/sdk/im/feishu/__init__.py index 75ed51cbc..c7aa83598 100644 --- a/apps/common/sdk/im/feishu/__init__.py +++ b/apps/common/sdk/im/feishu/__init__.py @@ -162,6 +162,7 @@ class FeiShu(RequestMixin): except Exception as e: logger.error(f'Get user detail error: {e} data={data}') + data.update(kwargs['other_info'] if 'other_info' in kwargs else {}) info = flatten_dict(data) default_detail = self.default_user_detail(data, user_id) detail = map_attributes(default_detail, info, self.attributes)