소스 검색

调整

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

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

@@ -1270,7 +1270,7 @@ async def handle_add_friend_notice_async(request: Request,token_id,app_id, wxid,
# 发送到kafka
input_wx_content_dialogue_message=[{"type": "text", "text": reply_content}]
input_message=dialogue_message(wxid,to_contact_wxid,input_wx_content_dialogue_message,True)
request.app.state.kafka_service.send_message_async(input_message)
await request.app.state.kafka_service.send_message_async(input_message)
logger.info("发送对话 %s",input_message)

else:


Loading…
취소
저장