src/api/kbList.ts @@ -163,3 +163,29 @@ }; // 新增解析块 export function achunkCreate(params) { return axios.post("/api/v1/chunk/create", params); }