From 3363af77fa23bdc599c3f746ba9802b799c780eb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 28 三月 2025 09:28:40 +0800
Subject: [PATCH] 解决h5访客申请bug

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

diff --git a/h5/api/visitor.js b/h5/api/visitor.js
index 38f55fa..dfc7f13 100644
--- a/h5/api/visitor.js
+++ b/h5/api/visitor.js
@@ -87,6 +87,13 @@
     method: 'get'
   })
 }
+// 鍙栨秷棰勭害--璁垮
+export const visitsSelfCancel = (visitId, memberId) => {
+  return http({
+    url: `visitsAdmin/cloudService/web/visitor/visitsSelfCancel?visitId=${visitId}&memberId=${memberId}`,
+    method: 'get'
+  })
+}
 // 鏉ヨ浜嬬敱
 export const getVisitReason = (data) => {
   return http({

--
Gitblit v1.9.3