【新增】试卷参数是否删除文件,docx4j验证word

This commit is contained in:
dlaren
2025-07-21 10:35:45 +08:00
committed by 陆光LG
parent d18f83e9a4
commit 4c8284ff23
11 changed files with 1416 additions and 877 deletions

View File

@@ -37,6 +37,7 @@ export const updatePptx = async (params: PptxVO) => {
export const deletePptx = async (id: number) => {
return await request.delete({ url: '/exam/pptx/delete?id=' + id })
}
// // 获取Word考点大类
export const getPptxInfo = async (path: String) => {
return await request.get({ url: '/tool/wps/runWpsPptx?path=' + path })
@@ -47,6 +48,7 @@ export const getPptxInfos = async (title: string) => {
console.log(title)
return await request.get({ url: '/exam/pptx/getByNameList?title=' + title })
}
// // 获取Pptx考点
export const getPptxListInfos = async (data: any) => {
return await request.post({ url: '/tool/wps/runTestpptx' , data })