From 25159bf764dd365d8b3512ea4c9c076d19e0b28c Mon Sep 17 00:00:00 2001 From: liuwei Date: Sun, 4 Jan 2026 11:35:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=97=BB=E5=8A=A0=E4=B8=AA=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index 8b18aee..ee49214 100644 --- a/robot.py +++ b/robot.py @@ -525,7 +525,7 @@ class Robot: for r in receivers: if self.gbm.get_group_permission(r, feature) == PermissionStatus.ENABLED: - await self.ipad_bot.send_link_message(r, msg) + await self.ipad_bot.send_link_xml_message(msg, r) except Exception as e: self.LOG.error(f"send_group_xml_message:{feature.description} error:{e}")