From b946b74ca674f7e7a04d99a960040438c95ef22d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 20 十一月 2025 16:53:13 +0800
Subject: [PATCH] 优化
---
h5/api/index.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/h5/api/index.js b/h5/api/index.js
index e373597..c65ae51 100644
--- a/h5/api/index.js
+++ b/h5/api/index.js
@@ -15,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