瀏覽代碼

调整

1257
H Vs 1 周之前
父節點
當前提交
77339a2adc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/endpoints/pipeline_endpoint.py

+ 1
- 1
app/endpoints/pipeline_endpoint.py 查看文件

@@ -1067,7 +1067,7 @@ async def handle_add_friend_notice_async(request: Request,token_id,app_id, wxid,

input_wx_content_dialogue_message=[{"type": "text", "text": msg_content}]
input_message=dialogue_message(to_contact_wxid,wxid,input_wx_content_dialogue_message)
await request.app.state.gewe_service.send_message_async(input_message)
await request.app.state.kafka_service.send_message_async(input_message)
logger.info("发送对话 %s",input_message)

callback_to_user=to_contact_wxid


Loading…
取消
儲存