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 | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/h5/api/visitor.js b/h5/api/visitor.js
index cf7dd8f..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({
--
Gitblit v1.9.3