import axios from "./request"; // 发送知识库问题 export const sendKbMsg = (data) => { return axios({ url: "chat/kb_chat", method: "POST", data: data }) }