From 57eea78f9841586d4d21e38537b5dddd6829f682 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 05 十一月 2025 15:15:58 +0800
Subject: [PATCH] Merge branch 'wuhuyancao' of http://139.186.142.91:10010/r/productDev/dmvisit into wuhuyancao

---
 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..a8e0aef 100644
--- a/h5/api/visitor.js
+++ b/h5/api/visitor.js
@@ -87,6 +87,13 @@
     method: 'get'
   })
 }
+// 鍙栨秷棰勭害--璁垮
+export const visitsSelfCancel = (visitId, openid) => {
+  return http({
+    url: `visitsAdmin/cloudService/web/visitor/visitsSelfCancel?visitId=${visitId}&openid=${openid}`,
+    method: 'get'
+  })
+}
 // 鏉ヨ浜嬬敱
 export const getVisitReason = (data) => {
   return http({

--
Gitblit v1.9.3