feat: 禁止初始卡片转发
This commit is contained in:
parent
6fd24a6365
commit
7b3565926b
@ -70,12 +70,13 @@ const replyNomalMsg = async (body: LarkMessageEvent) => {
|
|||||||
type: "template",
|
type: "template",
|
||||||
data: {
|
data: {
|
||||||
config: {
|
config: {
|
||||||
|
enable_forward: false,
|
||||||
update_multi: true,
|
update_multi: true,
|
||||||
},
|
},
|
||||||
template_id: "ctp_AAyVx5R39xU9",
|
template_id: "ctp_AAyVx5R39xU9",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
sendMsg("chat_id", chatId, "interactive", content);
|
await sendMsg("chat_id", chatId, "interactive", content);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user