H Vs před 6 dny
rodič
revize
89acfe769e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app/endpoints/pipeline_endpoint.py

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

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


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