From ea689dd91eaa72425dc01759042c3b4eb2186512 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 17 六月 2026 10:14:44 +0800
Subject: [PATCH] 新增智能电表、空调管理
---
h5/api/index.js | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/h5/api/index.js b/h5/api/index.js
index 9a7edfe..8e9931f 100644
--- a/h5/api/index.js
+++ b/h5/api/index.js
@@ -1,6 +1,8 @@
import { http } from '@/utils/service.js'
export * from '@/utils/config.js'
export * from './staff'
+export * from './yw'
+export * from './customer'
@@ -16,14 +18,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