From cf29b0e7df3af2ce2c1fcd0b515132bdc038bd37 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 28 Feb 2024 14:20:27 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 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