From c3c67ee9e88c579e8ac784821ab41f58d0372ebb Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 11 六月 2024 15:46:34 +0800
Subject: [PATCH] 最新版本

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

diff --git a/h5/api/visitor.js b/h5/api/visitor.js
index 68126fa..830597a 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,19 @@
     method: 'post',
     data
   })
+}
+// 璁垮璁板綍璇︽儏
+export const getVisitedDetail = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/web/visitor/detail',
+    method: 'get',
+    data
+  })
+}
+// 璁垮鎶ュ璇︽儏
+export const getVisitedReDetail = (data) => {
+  return http({
+    url: 'visitsAdmin/cloudService/business/visits/'+data.id,
+    method: 'get'
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3