From bd1b553c6dca405494db795716f2b2ae315e384e Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sun, 07 May 2023 19:04:06 +0800
Subject: [PATCH] 1

---
 src/api/dept/index.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index f5bb383..0b74f82 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -266,6 +266,17 @@
     })
 }
 
+// 户籍人口、重点人口信息
+export const getPicURL = (resBusId) => {
+    return request({
+        url: `/api/villagePersonInfo/villagePersonInfo/getPicURL`,
+        method: 'get',
+        params: {
+            resBusId,
+        }
+    })
+}
+
 // 获取各个派出所的人口数量,以及人口总数和重点人员数量
 export const getVillagePersonStatisticInfo = () => {
     return request({

--
Gitblit v1.9.3