From 3b672cb508eded355fb158138f73dd2efe1e4b0c Mon Sep 17 00:00:00 2001
From: renkang <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 03 一月 2025 15:31:04 +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