diff --git a/src/apps/AppSensitiveXbot/conversationRecord.vue b/src/apps/AppSensitiveXbot/conversationRecord.vue index 4a135204..e80cc23e 100644 --- a/src/apps/AppSensitiveXbot/conversationRecord.vue +++ b/src/apps/AppSensitiveXbot/conversationRecord.vue @@ -194,7 +194,7 @@ export default { content: this.keyword, startTime: this.time ? this.time[0] : '', endTime: this.time ? this.time[1] : '', - seq: this.params.seq, + seq: '', msgId: this.params.msgId } }).then(res => {