客服:根据代码评审进行 fix

This commit is contained in:
puhui999
2024-06-24 16:07:04 +08:00
parent 9c03966e12
commit a4a8548b5a
9 changed files with 244 additions and 2198 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
contentType: KeFuMessageContentTypeEnum.TEXT,
content: chat.msg,
};
await KeFuApi.sendMessage(data);
await KeFuApi.sendKefuMessage(data);
await getMessageList()
chat.msg = '';
} finally {