From cf69b541f8ef1ac4fae24bd99b0259b7af035490 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 21 十月 2025 10:16:12 +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