From f747513078c4ac23f7f56a4b19fb075f432bfc8b Mon Sep 17 00:00:00 2001 From: "MSI\\letre" Date: Tue, 8 Jul 2025 14:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=20?= =?UTF-8?q?=E6=96=B0=E7=89=88docx=E8=80=83=E7=82=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/wps/word/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/wps/word/index.ts b/src/api/wps/word/index.ts index a9f869f..52a677c 100644 --- a/src/api/wps/word/index.ts +++ b/src/api/wps/word/index.ts @@ -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 }) +}