From 19321e1348baefa2a9f5211c42f8b797c0fcccd1 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 27 十月 2025 18:11:56 +0800
Subject: [PATCH] 登录验证
---
h5/api/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/h5/api/index.js b/h5/api/index.js
index 3734784..c65ae51 100644
--- a/h5/api/index.js
+++ b/h5/api/index.js
@@ -3,6 +3,7 @@
export * from './visitor'
export * from './staff'
export * from './meeting'
+export * from './driver'
@@ -14,10 +15,9 @@
})
}
// 鎺堟潈
-export const wxAuthorize = (data) => {
+export const wxAuthorizea = (data) => {
return http({
url: 'visitsAdmin/cloudService/web/visitor/wxAuthorize',
- method: 'get',
data
})
}
--
Gitblit v1.9.3