From 88681a0666828779ef54103217d6ac86a2658669 Mon Sep 17 00:00:00 2001 From: "DESKTOP-932OMT8\\REN" Date: Wed, 28 May 2025 10:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=20?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E4=BF=A1=E6=81=AF=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index 9ac5b87..e9e7b3f 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -83,6 +83,11 @@ export const importUserTemplate = () => { return request.download({ url: '/system/user/get-import-template' }) } +// 下载学生导入模板 +export const importUserTemplateStu = () => { + return request.download({ url: '/system/user/get-import-template-stu' }) +} + // 用户密码重置 export const resetUserPassword = (id: number, password: string) => { const data = {