Przeglądaj źródła

话术润色功能完善

peicj 8 godzin temu
rodzic
commit
db08fd1e76

+ 8 - 10
src/api/aiChat/aiChatSession.js

@@ -51,16 +51,14 @@ export function pinChatSession(sessionId, isPinned) {
         data: { sessionId, isPinned }
     })
 }
-
-
-
-
-
-
-
-
-
-
+//获取AI回复
+export function getAiReply(data) {
+    return request({
+        url: '/crm/customer/chat/chatSession/polishingScript',
+        method: 'post',
+        data: data
+    })
+}
 
 // 获取消息列表(分页,带时间游标)
 export function getChatMessageList(query) {

+ 3 - 3
src/api/crm/customerAnalyze.js

@@ -9,11 +9,11 @@ export function listAnalyze(query) {
   })
 }
 // 查询客户聊天记录分析列表
-export function listAllAnalyze(query) {
+export function listAllAnalyze(data) {
     return request({
         url: '/crm/analyze/listAll',
-        method: 'get',
-        params: query
+        method: 'post',
+        data: data
     })
 }
 

Plik diff jest za duży
+ 359 - 255
src/views/crm/customerAiChat/index.vue


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików