mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	【功能修复】商城客服聊天列表无法删除的问题
This commit is contained in:
		@@ -30,6 +30,6 @@ export const KeFuConversationApi = {
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  // 删除客服会话
 | 
					  // 删除客服会话
 | 
				
			||||||
  deleteConversation: async (id: number) => {
 | 
					  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}`})
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user