From faff17716c1af50e00a66321ee53a69d15f88771 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 3 Apr 2024 14:51:56 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20+=E5=8F=91=E9=80=81=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=0Bstyle:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/channel/whatsappUtils.js | 1 + src/views/ChatWindow.jsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/channel/whatsappUtils.js b/src/channel/whatsappUtils.js index ccb532d..b5d13f9 100644 --- a/src/channel/whatsappUtils.js +++ b/src/channel/whatsappUtils.js @@ -582,6 +582,7 @@ export const parseRenderMessageList = (messages) => { }; export const whatsappError = { 'BAD_REQUEST': '无法发送, 请使用邮件联系.', + 'PARAM_INVALID': '参数错误, 请联系技术组', '100': '参数错误, 请联系技术组', '131026': '[131026] 消息无法投递(未注册/使用旧版/未同意政策).\n请稍后重试或使用邮件联系', '131047': '[131047] 会话超过24小时或未激活. \n请使用模板消息发送', diff --git a/src/views/ChatWindow.jsx b/src/views/ChatWindow.jsx index d642e61..2366d1a 100644 --- a/src/views/ChatWindow.jsx +++ b/src/views/ChatWindow.jsx @@ -26,7 +26,7 @@ const ChatWindow = () => { <>