瀏覽代碼

调整

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…
取消
儲存