mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-03 12:44:07 +08:00
【新增】AI:对话管理 100%
This commit is contained in:
@@ -55,5 +55,10 @@ export const ChatConversationApi = {
|
||||
// 获得对话分页
|
||||
getChatConversationPage: async (params: any) => {
|
||||
return await request.get({ url: `/ai/chat/conversation/page`, params })
|
||||
},
|
||||
|
||||
// 管理员删除消息
|
||||
deleteChatConversationByAdmin: async (id: number) => {
|
||||
return await request.delete({ url: `/ai/chat/conversation/delete-by-admin?id=${id}` })
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user