From 83e29e4438d0508196a22f0234a507143092122a Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 3 Mar 2026 09:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=BA=86openclaw=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E7=94=A8=E4=BA=8E=E4=B8=8Eopenclaw=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/openclaw/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/openclaw/main.py b/plugins/openclaw/main.py index 7a7d4b8..0a467fb 100644 --- a/plugins/openclaw/main.py +++ b/plugins/openclaw/main.py @@ -185,6 +185,7 @@ class OpenClawPlugin(MessagePluginInterface): return jsonify({"error": "unauthorized"}), 401 data = request.get_json(silent=True) or {} + logger.debug("openclaw data:{data}") to = data.get("to") text = data.get("text") or data.get("content") reply_to = data.get("replyToMessageId")