【功能修复】商城客服聊天列表无法删除的问题
parent
b99700455c
commit
dd4dbb0a5c
|
|
@ -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}`})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue