【功能修复】商城客服聊天列表无法删除的问题

This commit is contained in:
卢越 2024-08-25 19:07:10 +08:00
parent b99700455c
commit dd4dbb0a5c

View File

@ -30,6 +30,6 @@ export const KeFuConversationApi = {
},
// 删除客服会话
deleteConversation: async (id: number) => {
return await request.get({ url: '/promotion/kefu-conversation/delete?id' + id })
return await request.delete({ url: `/promotion/kefu-conversation/delete?id=${id}`})
}
}