From 4285acbf863bb2fba4056055382859fa47a01e87 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 18 Apr 2024 11:09:25 +0800
Subject: [PATCH] 水印文字修改
---
src/api/system/user.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index b58f2d4..91dfe34 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -137,4 +137,14 @@
districtId,
}
})
+}
+
+export const getUserlnfoByDistrictlds = (districtIds) => {
+ return request({
+ url: '/api/blade-system/user/getUserInfoByDistrictIds',
+ method: 'get',
+ params: {
+ districtIds,
+ }
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3