소스 검색

调整

d1
H Vs 3 주 전
부모
커밋
3c21fedf4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/endpoints/pipeline_endpoint.py

+ 1
- 1
app/endpoints/pipeline_endpoint.py 파일 보기

@@ -1033,8 +1033,8 @@ async def handle_10000_msg_async(request: Request,token_id,app_id, wxid,msg_data
content=msg_data.get("Content","").get("string","")

if '修改群名' or '新群主' or '被移除群聊通知' in content and check_chatroom(from_wxid):
logger.info(f'{content} chatroom_id {chatroom_id} ')
chatroom_id=from_wxid
logger.info(f'{content} chatroom_id {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)



Loading…
취소
저장