【新增】 新版docx考点接口
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
Reference in New Issue
Block a user