Skip to content

Commit 39324c2

Browse files
author
funcodingdev
committed
fix: 机器人模板卡片结构体添加默认值
1 parent 3416021 commit 39324c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodes/WeCom/resources/aibotPassiveReply/replyStreamWithTemplateCard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const replyStreamWithTemplateCardDescription: INodeProperties[] = [
116116
displayOptions: {
117117
show: showOnlyForReplyStreamWithTemplateCard,
118118
},
119-
default: '',
119+
default: '{}',
120120
description: '模板卡片结构体(JSON格式)',
121121
},
122122
{

0 commit comments

Comments
 (0)