From 8bd6e0f1c84f2bc5bf2b9555d1c5fb388565db6c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 19:17:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 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