From 475994f87fb48f555c85146b3f0ad54bf3cef893 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 22 Apr 2025 11:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E6=89=80=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gewechat/api/callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gewechat/api/callback.py b/gewechat/api/callback.py index 8da4a00..146763c 100644 --- a/gewechat/api/callback.py +++ b/gewechat/api/callback.py @@ -23,7 +23,7 @@ async def callback(request: Request): try: # 获取原始JSON数据 json_data = await request.json() - + logger.info(f"收到回调消息: {json_data}") # 创建消息对象 msg = WxMessage.from_json(json_data)