From 1234ad42a464773ef984dfd8799470728b18d3b9 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 29 Nov 2025 22:56:40 +0800 Subject: [PATCH] 1 --- src/views/system/marketing-image/index.vue | 2 +- src/views/system/social-media/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/marketing-image/index.vue b/src/views/system/marketing-image/index.vue index 157f127..90fab7c 100644 --- a/src/views/system/marketing-image/index.vue +++ b/src/views/system/marketing-image/index.vue @@ -829,7 +829,7 @@ export default { this.parsing = true try { const res = await parseLineReport({ - text: this.parseText.trim() + message: this.parseText.trim() }) if (res.code === 200 && res.data && Array.isArray(res.data) && res.data.length > 0) { diff --git a/src/views/system/social-media/index.vue b/src/views/system/social-media/index.vue index 9c32cb0..4425af3 100644 --- a/src/views/system/social-media/index.vue +++ b/src/views/system/social-media/index.vue @@ -716,7 +716,7 @@ export default { this.parsing = true try { const res = await parseLineReport({ - text: this.parseText.trim() + message: this.parseText.trim() }) if (res.code === 200 && res.data && Array.isArray(res.data) && res.data.length > 0) {