feat: 回复普通消息更新
All checks were successful
Egg CI/CD / build-image (push) Successful in 25s
Egg CI/CD / deploy (push) Successful in 19s

This commit is contained in:
zhaoyingbo 2024-03-09 09:09:15 +00:00
parent 1f1d1f9d1c
commit 6d0f5cd822

View File

@ -60,6 +60,9 @@ const replyNomalMsg = async (body: LarkMessageEvent) => {
const content = JSON.stringify({
type: "template",
data: {
config: {
update_multi: true,
},
template_id: "ctp_AAyVx5R39xU9",
},
});