From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 05 二月 2024 09:40:43 +0800
Subject: [PATCH] Mr.Shi
---
company/src/api/system/user.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/company/src/api/system/user.js b/company/src/api/system/user.js
index 4080420..6473428 100644
--- a/company/src/api/system/user.js
+++ b/company/src/api/system/user.js
@@ -42,3 +42,8 @@
export function resetPwd (data) {
return request.post('/system/user/resetPwd', data)
}
+
+// 閲嶇疆瀵嗙爜
+export function updUserStatus (params) {
+ return request.get('/system/user/updUserStatus', {params})
+}
--
Gitblit v1.9.3