H Vs před 1 měsícem
rodič
revize
14d7597c00
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      app/endpoints/pipeline_endpoint.py

+ 1
- 0
app/endpoints/pipeline_endpoint.py Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit