浏览代码

调整

d1
H Vs 4 周前
父节点
当前提交
14d7597c00
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      app/endpoints/pipeline_endpoint.py

+ 1
- 0
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)


正在加载...
取消
保存