From 3c21fedf4d898c04d7027e51234e8e3e916fbc94 Mon Sep 17 00:00:00 2001 From: H Vs Date: Tue, 1 Apr 2025 16:51: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index de34a8d..d88eab0 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -1033,8 +1033,8 @@ async def handle_10000_msg_async(request: Request,token_id,app_id, wxid,msg_data content=msg_data.get("Content","").get("string","") if '修改群名' or '新群主' or '被移除群聊通知' in content and check_chatroom(from_wxid): - logger.info(f'{content} chatroom_id {chatroom_id} ') chatroom_id=from_wxid + logger.info(f'{content} chatroom_id {chatroom_id} ') await request.app.state.gewe_service.update_group_info_to_cache_async(token_id,app_id,wxid,chatroom_id) await request.app.state.gewe_service.update_group_members_to_cache_async(token_id,app_id,wxid,chatroom_id)