diff --git a/routes/bot/index.ts b/routes/bot/index.ts index 43fa047..7f97f48 100644 --- a/routes/bot/index.ts +++ b/routes/bot/index.ts @@ -22,7 +22,7 @@ export const manageBotReq = async (ctx: Context.Data): Promise => { } // 如果是michat的Event转发给MiChatServer - if (app === "michat" && larkBody.isEvent) { + if (app === "michat" && larkBody.isEvent && !larkBody.isMessageEvent) { attachService.proxyMiChatEvent(body) }