H Vs 1 kuukausi sitten
vanhempi
commit
14d7597c00
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      app/endpoints/pipeline_endpoint.py

+ 1
- 0
app/endpoints/pipeline_endpoint.py Näytä tiedosto

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


Loading…
Peruuta
Tallenna