From 8d7bb4ac830444afde480a588e99952105ea8ede Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 22 二月 2024 09:19:58 +0800
Subject: [PATCH] mrshi

---
 platform/src/api/system/user.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/platform/src/api/system/user.js b/platform/src/api/system/user.js
index a4d52d4..6473428 100644
--- a/platform/src/api/system/user.js
+++ b/platform/src/api/system/user.js
@@ -5,11 +5,6 @@
   return request.post('/system/user/page', data)
 }
 
-// 鏌ヨ
-export function findAllList (data) {
-  return request.post('/system/user/findAllList', data)
-}
-
 // 鏂板缓
 export function create (data) {
   return request.post('/system/user/create', data, {
@@ -47,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