From fa2872c51e7a8f6ff9ebb52cdf0fcb188610b3da Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 17 Feb 2022 16:07:06 +0800
Subject: [PATCH] +加法人变更类别 7
---
src/api/system/user.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 98e08cd..ccc639b 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -119,13 +119,14 @@
})
}
-export const zc = (username, password) => {
+export const zc = (username, password, phone) => {
return request({
url: '/api/blade-user/zc',
method: 'get',
params: {
username,
password,
+ phone
}
})
}
--
Gitblit v1.9.3