Skip to content

Commit dd4dbb0

Browse files
committed
【功能修复】商城客服聊天列表无法删除的问题
1 parent b997004 commit dd4dbb0

File tree

1 file changed

+1
-1
lines changed
  • src/api/mall/promotion/kefu/conversation

1 file changed

+1
-1
lines changed

src/api/mall/promotion/kefu/conversation/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ export const KeFuConversationApi = {
3030
},
3131
// 删除客服会话
3232
deleteConversation: async (id: number) => {
33-
return await request.get({ url: '/promotion/kefu-conversation/delete?id' + id })
33+
return await request.delete({ url: `/promotion/kefu-conversation/delete?id=${id}`})
3434
}
3535
}

0 commit comments

Comments
 (0)