【新增】 新版docx考点接口

This commit is contained in:
MSI\letre
2025-07-08 14:42:32 +08:00
parent 822c9ade28
commit d02b46a1df

View File

@@ -53,3 +53,9 @@ export const getWordInfo = async (path: String) => {
export const getWordListInfos = async (data: any) => {
return await request.post({ url: '/tool/wps/runWpsWordInfo' , data })
}
// 2025-07-04 word统一获取考点
export const getDocxMaster = async (path: String) => {
return await request.get({ url: '/tool/wps/docxMaster?path=' + path })
}