From 06cab8159f023ee2c7386cf32397985b94332b00 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 21 Mar 2024 19:57:29 +0800
Subject: [PATCH] 更新

---
 api/placeExp/placeExp.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/api/placeExp/placeExp.js b/api/placeExp/placeExp.js
index 0b6f1d1..777c3b6 100644
--- a/api/placeExp/placeExp.js
+++ b/api/placeExp/placeExp.js
@@ -33,4 +33,13 @@
 		method: 'GET',
 		params
 	})
+}
+
+//审核场所从业人员
+export const auditPlacePeople = (data) => {
+	return http.request({
+		url: '/blade-placePractitioner/placePractitioner/auditing',
+		method: 'POST',
+		data
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.3