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")