From a2e1e1220c500f73936fc8a0a24859114c421807 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 20 Jun 2024 17:17:21 +0800
Subject: [PATCH] 代码优化

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

diff --git a/api/placeExp/placeExp.js b/api/placeExp/placeExp.js
index 777c3b6..1f95fda 100644
--- a/api/placeExp/placeExp.js
+++ b/api/placeExp/placeExp.js
@@ -7,6 +7,13 @@
 		params
 	})
 }
+export const getPlacePractitionerPage = (params) => {
+	return http.request({
+		url: 'blade-placePractitioner/placePractitioner/page',
+		method: 'GET',
+		params
+	})
+}
 
 
 

--
Gitblit v1.9.3