feat: 禁止初始卡片转发
All checks were successful
Egg CI/CD / build-image (push) Successful in 28s
Egg CI/CD / deploy (push) Successful in 1m44s

This commit is contained in:
zhaoyingbo 2024-03-15 09:19:42 +00:00
parent 6fd24a6365
commit 7b3565926b

View File

@ -70,12 +70,13 @@ const replyNomalMsg = async (body: LarkMessageEvent) => {
type: "template",
data: {
config: {
enable_forward: false,
update_multi: true,
},
template_id: "ctp_AAyVx5R39xU9",
},
});
sendMsg("chat_id", chatId, "interactive", content);
await sendMsg("chat_id", chatId, "interactive", content);
};
/**