From 9eeb62c02a7b3c7b95c20678b6a9c74e7f12f943 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 01 七月 2026 18:15:10 +0800
Subject: [PATCH] Merge branch '3.0.1' of http://139.186.142.91:10010/r/productDev/parkBike into 3.0.1
---
admin/src/api/system/user.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/system/user.js b/admin/src/api/system/user.js
index 4080420..c9faffc 100644
--- a/admin/src/api/system/user.js
+++ b/admin/src/api/system/user.js
@@ -42,3 +42,8 @@
export function resetPwd (data) {
return request.post('/system/user/resetPwd', data)
}
+
+// 淇敼鐢ㄦ埛鐘舵��
+export function updateStatusById (data) {
+ return request.post('/system/user/updateStatusById', data)
+}
--
Gitblit v1.9.3