From 84ab13649290fa93c4b757df9ea0b59c1ac2e988 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Thu, 31 Oct 2024 00:50:51 +0000 Subject: [PATCH] =?UTF-8?q?feat(event-proxy):=20=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=8E=89prev=E7=8E=AF=E5=A2=83=E7=9A=84=E8=BD=AC=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/attach/index.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/services/attach/index.ts b/services/attach/index.ts index d423b13..15fb8c4 100644 --- a/services/attach/index.ts +++ b/services/attach/index.ts @@ -28,11 +28,7 @@ class AttachService extends NetToolBase { * @returns {Promise} 返回空。 */ async proxyMiChatEvent(body: LarkEvent.Data) { - const hostList = [ - "michat-staging.ai.srv", - "michat-preview.ai.srv", - "michat.ai.srv", - ] + const hostList = ["michat-staging.ai.srv", "michat.ai.srv"] const path = "/api/v1/bypass/robot_event_callback" for (const host of hostList) { const URL = `http://${host}${path}`