From c6e1ec7df70b351fc3a367f386b694dfc3388202 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期六, 18 五月 2024 15:09:42 +0800
Subject: [PATCH] 1

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

diff --git a/src/api/index.js b/src/api/index.js
index df88f58..bc821c5 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -296,6 +296,14 @@
   });
 };
 
+export const getPersonDataOutput = (Obj) => {
+  return req1({
+    url: "/person/dataOutput",
+    method: "post",
+    params: Obj
+  });
+};
+
 // -----------
 
 // 涓浗鍖诲浜虹墿鐭ヨ瘑搴�

--
Gitblit v1.9.1