From c185de12314b8733f23ed7856e6d1e87ee95c1ca Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 14 二月 2025 15:09:59 +0800
Subject: [PATCH] jtt808初始化
---
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