From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 三月 2025 11:31:46 +0800
Subject: [PATCH] 更新
---
h5/api/index.js | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/h5/api/index.js b/h5/api/index.js
new file mode 100644
index 0000000..c65ae51
--- /dev/null
+++ b/h5/api/index.js
@@ -0,0 +1,31 @@
+import { http } from '@/utils/service.js'
+export * from '@/utils/config.js'
+export * from './visitor'
+export * from './staff'
+export * from './meeting'
+export * from './driver'
+
+
+
+// 鏌ヨ瀛楀吀鍊兼暟鎹�
+export const getSystemDictData = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/web/other/getSystemDictData',
+ data
+ })
+}
+// 鎺堟潈
+export const wxAuthorizea = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/web/visitor/wxAuthorize',
+ data
+ })
+}
+// 鍙戦�佺煭淇¢獙璇佺爜
+export const sendSms = (data) => {
+ return http({
+ url: 'visitsAdmin/cloudService/business/smsEmail/sendSms',
+ method: 'post',
+ data
+ })
+}
\ No newline at end of file
--
Gitblit v1.9.3