|
@@ -265,6 +265,7 @@ async def handle_mod_contacts_async(request: Request,token_id,msg,wxid): |
|
|
else: |
|
|
else: |
|
|
logger.info('群信息变更通知') |
|
|
logger.info('群信息变更通知') |
|
|
chatroom_id=user_name |
|
|
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_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) |
|
|
await request.app.state.gewe_service.update_group_members_to_cache_async(token_id,app_id,wxid,chatroom_id) |
|
|
|
|
|
|
|
|