From 6f1203d1cf895efc473fade3ab049fc30d92c618 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 26 三月 2025 16:48:23 +0800
Subject: [PATCH] 优化

---
 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 34bb521..38f55fa 100644
--- a/h5/api/visitor.js
+++ b/h5/api/visitor.js
@@ -80,6 +80,13 @@
     method: 'get'
   })
 }
+// 鍙栨秷棰勭害
+export const visitsCancel = (id) => {
+  return http({
+    url: 'visitsAdmin/cloudService/business/visits/visitsCancel?visitId=' + id,
+    method: 'get'
+  })
+}
 // 鏉ヨ浜嬬敱
 export const getVisitReason = (data) => {
   return http({

--
Gitblit v1.9.3