From db85fa738064868e9d412328ff6d4b6259dc667e Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 28 Aug 2023 11:03:43 +0800 Subject: [PATCH] =?UTF-8?q?xbot=E6=95=8F=E6=84=9F=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppSensitiveXbot/conversationRecord.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppSensitiveXbot/conversationRecord.vue b/src/apps/AppSensitiveXbot/conversationRecord.vue index f18d9122..4a135204 100644 --- a/src/apps/AppSensitiveXbot/conversationRecord.vue +++ b/src/apps/AppSensitiveXbot/conversationRecord.vue @@ -184,7 +184,7 @@ export default { this.getListInit() }, getKeywordList() { - this.$http.post(`/app/appsessionarchiveinfo/listForXbot`, null, { + this.$http.post(`/app/appsessionarchiveinfo/listByKeywordRecord`, null, { params: { userId: this.id, size: 10, @@ -244,7 +244,7 @@ export default { this.preveHeight = res.height }).exec(); } - this.$http.post(`/app/appsessionarchiveinfo/list`, null, { + this.$http.post(`/app/appsessionarchiveinfo/listForXbot`, null, { params: { userId: this.id, current: this.current,