From 42fe31bc65d52172643a03f79023317c257f50d5 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Sat, 14 Aug 2021 15:45:59 +0800
Subject: [PATCH] 许可备案系统
---
src/api/system/user.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 14e597d..9622496 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -118,3 +118,17 @@
}
})
}
+
+export const zc = (deptname,username, password, sname, phone) => {
+ return request({
+ url: '/api/blade-user/zc',
+ method: 'get',
+ params: {
+ deptname,
+ username,
+ password,
+ sname,
+ phone,
+ }
+ })
+}
--
Gitblit v1.9.3