Compare commits

...

2 Commits

Author SHA1 Message Date
huxuejian
609fc8cd18 Merge branch 'dev-wdb' of http://175.27.226.205:3000/huxuejian/ykt-wxapp into dev-wdb 2026-02-11 17:11:24 +08:00
huxuejian
21c8f4a946 Update send-message-helper.js 2026-02-11 17:11:16 +08:00

View File

@ -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,