import { http } from "@/utils/http"; /** 创建案件前,根据关键词查找案件ID或名称 */ export const chatKnowledgeQA = (data?: object) => { return http.request("get", "/chat/knowledgeQA", { params: data }); };