From a0a1c206612de9a3e9d64f3d45564c0ff03f93f6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 02 一月 2025 15:22:13 +0800
Subject: [PATCH] 环境

---
 h5/api/index.js |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/h5/api/index.js b/h5/api/index.js
index 9a7edfe..c931054 100644
--- a/h5/api/index.js
+++ b/h5/api/index.js
@@ -1,6 +1,7 @@
 import { http } from '@/utils/service.js'
 export * from '@/utils/config.js'
 export * from './staff'
+export * from './yw'
 
 
 
@@ -16,14 +17,6 @@
   return http({
     url: 'visitsAdmin/cloudService/web/visitor/wxAuthorize',
     method: 'get',
-    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