From 3b0c9e51e16619e59b58e4ce9870e8f69e89259b Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 21 十月 2025 17:42:11 +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 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