Browse Source

Merge remote-tracking branch 'origin/master'

zyy 21 giờ trước cách đây
mục cha
commit
abd9b38260

+ 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
     })
 }
 

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 359 - 255
src/views/crm/customerAiChat/index.vue


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác