From fdef23064b801a06bbf369785dbbc14db14b707f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 22 Mar 2024 17:15:53 +0800
Subject: [PATCH] 回滚代码至2月28日
---
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