|
@@ -51,16 +51,14 @@ export function pinChatSession(sessionId, isPinned) {
|
|
|
data: { 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) {
|
|
export function getChatMessageList(query) {
|