From 248f2f32b0f1e406a8110f0839702914a9c3ca0a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 03 六月 2024 09:17:23 +0800
Subject: [PATCH] css

---
 h5/api/visitor.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/h5/api/visitor.js b/h5/api/visitor.js
index 68126fa..a684fe0 100644
--- a/h5/api/visitor.js
+++ b/h5/api/visitor.js
@@ -16,6 +16,14 @@
     data
   })
 }
+// 璁垮鎶ュ
+export const createVisit = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/business/visits/createVisit',
+    method: 'post',
+    data
+  })
+}
 // 鏌ヨ琚浜哄垪琛�
 export const getVisitedMember = (data) => {
   return http({
@@ -39,4 +47,12 @@
     method: 'post',
     data
   })
+}
+// 璁垮璁板綍璇︽儏
+export const getVisitedDetail = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/web/visitor/detail',
+    method: 'get',
+    data
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3