From 14d7597c003582a10400000e6dfbb619e6e3110e Mon Sep 17 00:00:00 2001 From: H Vs Date: Wed, 26 Mar 2025 14:20:36 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/endpoints/pipeline_endpoint.py b/app/endpoints/pipeline_endpoint.py index 2ebb7c1..6ec221b 100644 --- a/app/endpoints/pipeline_endpoint.py +++ b/app/endpoints/pipeline_endpoint.py @@ -265,6 +265,7 @@ async def handle_mod_contacts_async(request: Request,token_id,msg,wxid): else: logger.info('群信息变更通知') chatroom_id=user_name + ret,msg,data=await request.app.state.gewe_service.save_contract_list_async(token_id,app_id,chatroom_id,3) 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)