From 21c8f4a9467b4b8a205a73f297fa096ed5851d60 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Wed, 11 Feb 2026 17:11:16 +0800 Subject: [PATCH] Update send-message-helper.js --- utils/send-message-helper.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/send-message-helper.js b/utils/send-message-helper.js index c35dd93..3e1b81a 100644 --- a/utils/send-message-helper.js +++ b/utils/send-message-helper.js @@ -192,6 +192,7 @@ export async function sendArticleMessage(article, options = {}) { userId: options.userId, customerId: options.customerId, corpId: options.corpId, + uniqueRecord: 'YES' }; if (options.teamId) { params.teamId = options.teamId; @@ -424,7 +425,7 @@ export async function handleFollowUpMessages(messages, context = {}) { corpId: context.corpId, }); } else if (msg.type === 'questionnaire') { - + success = await sendSurveyMessage(msg.content, { userId: context.userId, customerId: context.customerId,