From 6829f0a374bf0b6749981a6641e1fab958d8e37d Mon Sep 17 00:00:00 2001 From: H Vs Date: Sat, 22 Mar 2025 10:45:39 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index 2f01d76..84cbd4d 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -78,7 +78,7 @@ async def handle_self_cmd_async(request: Request,wxid,msg): logger.info(f'{wxid} {"启动" if commands[msg_content] else "关闭"}托管') async def handle_messages_async(request: Request,token_id,msg): - msg_data=msg.get("Data") + #msg_data=msg.get("Data") type_name =msg.get("TypeName") # app_id = msg.get("Appid")