From 786d84440e5effc6ad6438db0aeb1a7bdc47c918 Mon Sep 17 00:00:00 2001 From: H Vs Date: Sat, 22 Mar 2025 10:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/endpoints/pipeline_endpoint.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index c806d26..2f01d76 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -81,9 +81,9 @@ async def handle_messages_async(request: Request,token_id,msg): msg_data=msg.get("Data") type_name =msg.get("TypeName") - app_id = msg.get("Appid") - from_wxid=msg_data["FromUserName"]["string"] - msg_content=msg_data["Content"]["string"] + # app_id = msg.get("Appid") + # from_wxid=msg_data["FromUserName"]["string"] + # msg_content=msg_data["Content"]["string"] wxid = msg.get("Wxid",'') match type_name: