From 5bb5c0c4cc1227b0a3f7f4ae926a3e8324022bf9 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 19 七月 2024 14:37:01 +0800 Subject: [PATCH] 新增导入 --- src/api/user.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index e50b681..61f21c0 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -200,6 +200,18 @@ }) } +// 导入通讯录 +export function importUser(data){ + return request({ + headers: { + "Content-Type": "multipart/form-data", + }, + url: '/org/user/import', + method: 'post', + data: data + }) +} + //下载区划对照表 export function downLoadArea(){ return request({ -- Gitblit v1.9.2