From 111689135f165ecb2ea5ce0881784dfc89b58d87 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 05 Nov 2021 17:33:45 +0800
Subject: [PATCH] +增加查看信息 以及修改掐他字段
---
src/api/system/user.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 14e597d..ccc639b 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -118,3 +118,15 @@
}
})
}
+
+export const zc = (username, password, phone) => {
+ return request({
+ url: '/api/blade-user/zc',
+ method: 'get',
+ params: {
+ username,
+ password,
+ phone
+ }
+ })
+}
--
Gitblit v1.9.3